Wijmo UI for the Web
validating Field
wijmo.wizard Namespace > WijWizardOptions Interface : validating Field

The validating event handler is a function called before moving to next panel. This event is Cancellable.

Syntax
var instance; // Type: wijmo.wizard.WijWizardOptions;
var value; // Type: any
value = instance.validating;
var validating : any;
See Also

Reference

WijWizardOptions Interface