Wijmo UI for the Web
add Event
The jQuery.Event object.
The data with this event.
The add event handler is a function called when a panel is added.
Syntax
Javascript (Usage) 
$(function () {
    // Set add event handler function
    $(".selector").wijwizard({
        add : function (e, args) {
     
        }
    });
});
Javascript (Specification) 
add = function ( 
   e : Object,
   args : IWijWizardEventArgs
) { };

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.