What is vType in Ext JS?

This is the validation type can be customized easily. Few vType provided by Ext JS are −
alphanumText − This returns false if the text entered has any symbol other than alphabate or numeric value.
emailText − This returns false, if text is not a valid email address.

Comments

Popular posts from this blog

How to start and stop editing a record?