TIWCGJQValidateOptions.OnSuccess Property

If specified, the error label is displayed to show a valid element. Its called with the label (as a jQuery object) and the validated input (as a DOM element).

Namespace: IWCGJQControl
published
 property OnSuccess: TIWCGJSonFunc index 21 read GetFuncValue write SetFuncValue stored IsFuncStored;

Parameters

label

The error label. Use to add a class or replace the text content.

element

The element currently being validated, as a DOMElement.

Property Value