actionscript 3 - How to set limited no of character in a line of textArea in flex -
I want to set 40 characters for each line in textarea. The user should enter the next line after entering 40 characters.
I think there is no direct way to do this, you change
Event or textInput
will listen to the event, and check the number of characters, when the user reaches the limit you need, then you can add new row
Comments
Post a Comment