I want to check validation for textfield in Ext js3.4…Validation condition is first 5 Character must be “ROLE_”…How would I check them…I also trying for getting value on keypress event through getKey method ..But I got only ASCII value ..how would I convert them.
I want to check validation for textfield in Ext js3.4…Validation condition is first 5
Share
Have you tried keydown keyup events in listeners, in those events you will directly get the value using the id of the text field… here you go for a sample code
Hope this helps you…