FieldPropertiesValidationScript Property |
A custom javascript validation function for the field of the form func(fld, val, full, caption) returning an error message string if validation failed else a null or blank string.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ValidationScript { get; }
ReadOnly Property ValidationScript As String
Get
Property Value
Type:
StringA custom javascript validation function for the field of the form func(fld, val, full, caption) returning an error message string if validation failed else a null or blank string.
See Also