开发者

How can I allow the user to type a TAB character in a Flex TextInput control?

开发者 https://www.devze.com 2022-12-15 05:23 出处:网络
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 u

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.


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消