Class Ext.form.VTypes
|
Package:
|
Ext.grid
|
|
Defined In:
|
.js
|
|
Class:
|
|
|
Extends:
|
Object
|
提供一个简单的、易于扩展的、可重写的表单验证功能。
@
配置项
这个类没有配置项。
公告属性
|
属性
|
定义者
|
|
|
null: RegExp
The keystroke filter mask to be app...
The keystroke filter mask to be applied on alphanumeric input
|
VTypes
|
公共方法
| |
'email'
(
String value
)
The function used to validate email...
The function used to validate email addresses
参数项:
value : String
The email address
返回:
|
VTypes
|
| |
'url'
(
String value
)
The function used to validate URLs
The function used to validate URLs
|
VTypes
|
| |
'alpha'
(
String value
)
The function used to validate alpha...
The function used to validate alpha values
|
VTypes
|
| |
'alphanum'
(
String value
)
The function used to validate alpha...
The function used to validate alphanumeric values
|
VTypes
|
公告事件
这个类没公共的事件。