FORMS REFERENCE

Control types

Field types

Formatters

Validators

NameActions
autocomplete-controlshow
case-controlshow
collection-controlshow
common for all controlsshow
composite-controlshow
date-controlshow
date-range-controlshow
datetime-controlshow
dblselect-controlshow
Form Controlshow
gmap-controlshow
input-controlshow
output-controlshow
radioselection-controlshow
selection-controlshow
slider-controlshow
textarea-controlshow
upload-controlshow
NameActions
booleanshow
caseshow
collectionshow
compositeshow
dateshow
date-rangeshow
datetimeshow
decimalshow
fileshow
integershow
integer-rangeshow
locationshow
stringshow
timeshow
NameActions
numericshow
numeric-rangeshow
patternshow
pattern-dateshow
pattern-date-rangeshow
short-dateshow
short-date-rangeshow
timeshow
true-falseshow
wire-dateshow
wire-date-rangeshow
wire-date-timeshow
NameActions
dateRangeshow
dateRangeOrdershow
dayOfWeekshow
fieldComparershow
isDateshow
isEmailshow
isIntshow
isIntRangeshow
isOptionshow
isUrlshow
lengthshow
rangeshow
regexshow
remoteshow
requiredshow

Validators

Error messages

All validators have the possibility to customize their error message.
For example if you add the required validator and you want to set the error message "This field is absolutely required!".

"+validators" : 
{
   "required" : {"message" : 'This field is absolutely required!'}
}

Note: for some validators it is also possible to use some {0}, {1} arguments to show a configured value of the control.