Text validation for TextInput in Flex
In flex, a text input is a textbox. In forms, we always have a requirement to validate user input before accepting the form completely.
In flex, we can restrict input with the following code.
The example code above restricts the input text to only alphanumeric characters. The restrict attribute of a TextInput facilitates such a restriction.
In flex, we can restrict input with the following code.
The example code above restricts the input text to only alphanumeric characters. The restrict attribute of a TextInput facilitates such a restriction.
Labels: Regular Expression

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home