如何允许用户在 Flex TextInput 控件中键入 TAB 字符?
我想修改 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不是 Flex,但这应该可以帮助您上路。
如何允许文本字段中出现制表符闪光?
Not Flex, but this should get you on your way.
How can I permit tab characters in a textfield in Flash?