TIWCGJQValidateOptions.OnHighlight Property

How to highlight invalid fields. Override to decide which fields and how to highlight.

Namespace: IWCGJQControl
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.

Property Value

Default: Adds errorClass (see the option) to the element