如何允许用户在 Flex TextInput 控件中键入 TAB 字符?

发布于 2024-08-16 11:20:49 字数 227 浏览 5 评论 0原文

我想修改 Flex 3 TextInput 控件以接受制表符作为有效输入(该应用程序允许用户输入任意分隔符字符串以进行文件输出格式设置,制表符是常见用例)。然而,显然在默认实现中,Tab 键会将表单焦点从选定的控件上移开。

我真正想要的是一种在 UI 中允许任意分隔符规范的好方法,包括(但不限于)TAB|,&c。

I want to modify the Flex 3 TextInput control to accept a tab character as valid input (The app allows the user to enter an arbitrary delimiter string for file output formatting, and tab is a common use case). However, clearly in the default implementation the tab key changes the form focus away from the selected control.

What I want, really, is a good way to allow arbitrary delimiter specifications in a UI, including (but not limited to) TAB, ,, |, &c.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拥有 2024-08-23 11:20:49

不是 Flex,但这应该可以帮助您上路。

如何允许文本字段中出现制表符闪光?

Not Flex, but this should get you on your way.

How can I permit tab characters in a textfield in Flash?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文