TIWCGJQValidateOptions.OnFocusOut Property

Validate elements (except checkboxes/radio buttons) on blur. If nothing is entered, all rules are skipped, except when the field was already marked as invalid.

Namespace: IWCGJQControl
published
 property OnFocusOut: boolean index 07 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;

Parameters

element

The element currently being validated, as a DOMElement.

event

The event object for this focusout event.

Property Value

Type: boolean