TIWCGJQValidateOptions.OnSubmitHandler Property

Callback for handling the actual submit when the form is valid. Gets the form as the only argument. Replaces the default submit. The right place to submit a form via Ajax after it validated.

Namespace: IWCGJQControl
published
 property OnSubmitHandler: TIWCGJSonFunc index 01 read GetFuncValue write SetFuncValue stored IsFuncStored;

Parameters

form

The form currently being validated, as a DOMElement.

Important Note

Usually, it is only used in TIWCGFunc.Script.

Property Value