Wijmo UI for the Web
validating Event
The jQuery.Event object.
The data with this event.
The validating event handler is a function called before moving to next panel. This event is Cancellable.
Syntax
Javascript (Usage) 
$(function () {
    // Set validating event handler function
    $(".selector").wijwizard({
        validating : function (e, args) {
     
        }
    });
});
Javascript (Specification) 
validating = function ( 
   e : Object,
   args : IWijWizardValidatingEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.

See Also

Reference

options type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.