I need the functionality that TextArea will have with
1) maximum total lines- 6 and 2) in each line there must be maximum of 16 chars 3) if user enters 17th character the cursor should go to the next line and user will type in there (the line will be counted) 4) if user reaches to the 7th line it will not allow user to write 5) if user type eg "Hello, I Love StackOverflow and its features" (counting from 1st Char 'H', the 16th char is 't' but it is whole word 'StackOverflow', it shouldn't break and continue to next line eg Hello, I Love St ackOverflow now the whole word should come to next line like: Hello, I Love StackOverflow and its features
here is the link that i have done so far http://jsfiddle.net/nqjQ2/2/
sometimes some functions work, sometimes not, and run into browser issues for onKeyUp and onKeyDown can anyone help me with this?
source share