messages
- Object
Associative array containing field messages
regexps
- Object
Associative array containing common regular expressions
spacerUrl
- String
Url to the spacer image. This url schould be changed according to your project directories
stateEmpty
- String
Field empty state constant
stateInvalid
- String
Field invalid state constant
stateRequired
- String
Field required state constant
stateValid
- String
Field valid state constant
typeClasses
- Object
Hash between inputEx types and classes (ex:
Please register the types with the
inputEx.typeClasses.color = inputEx.ColorField)Please register the types with the
registerType method