Saved Bookmarks
| 1. |
What Is Vtype In Ext Js? |
|
Answer» 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. 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. |
|