TIWCGJQValidateOptions.OnHighlight Property
How to highlight invalid fields. Override to decide which fields and how to highlight.
published property OnHighlight: TIWCGJSonFunc index 22 read GetFuncValue write SetFuncValue stored IsFuncStored;
Parameters
- element
The invalid DOM element, usually an input.
- errorClass
Current value of the errorClass option.
- validClass
Current value of the validClass option.