Ext-JS Question:
Download Questions PDF

What is vtype?

Answer:

The validations provided are basic and intended to be easily customizable and extended.
Few vtypes provided by extjs are as below:
emailText : String, The error text to display when the email validation function returns false
alphanumText : String, The error text to display when the alphanumeric validation function returns false
urlText : String, The error text to display when the url validation function returns false

Download Ext JS Interview Questions And Answers PDF

Previous QuestionNext Question
What is xtype?Tell me how to get record object from store?