Wijmo UI for the Web
showing Event
Standard jQuery event object
The showing event handler. A function called before the element is shown. Cancellable.
Syntax
Javascript (Usage) 
$(function () {
    // Set showing event handler function
    $(".selector").wijpopup({
        showing : function (e) {
     
        }
    });
});
Javascript (Specification) 
showing = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
Remarks
This is a cancelable event.You can set data.cancel = true to cancel the element to be shown.

See Also

Reference

options type
wijpopup jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.