X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.form.VTypes.html diff --git a/docs/output/Ext.form.VTypes.html b/docs/output/Ext.form.VTypes.html index 066a76b4..dca1df03 100644 --- a/docs/output/Ext.form.VTypes.html +++ b/docs/output/Ext.form.VTypes.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Ext.form.VTypes

Package:Ext.form
Defined In:VTypes.js
Class:VTypes
Extends:Object

This is a singleton object which contains a set of commonly used field validation functions. +

Class Ext.form.VTypes

Package:Ext.form
Defined In:VTypes.js
Class:VTypes
Extends:Object

This is a singleton object which contains a set of commonly used field validation functions. The validations provided are basic and intended to be easily customizable and extended.

To add custom VTypes specify the vtype validation test function, and optionally specify any corresponding error text to display and any keystroke @@ -24,31 +24,31 @@ Ext.apply(Ext.form.VTypes, { IPAddressText: 'Must be a numeric IP address', IPAddressMask: /[\d\.]/i });

This class is a singleton and cannot be created directly.

Public Properties

PropertyDefined By
 alphaMask : RegExp
The keystroke filter mask to be applied on alpha input. Defaults to: -/[a-z_]/i
VTypes
 alphanumMask : RegExp
The keystroke filter mask to be applied on alphanumeric input. Defaults to: -/[a-z0-9_]/i
VTypes

Public Methods

MethodDefined By

Public Methods

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file