Wijmo UI for the Web
showing Event
wijmo.popup.wijpopup Namespace > options type : showing Event
Standard jQuery event object
The showing event handler. A function called before the element is shown. Cancellable.
Syntax
$(function () {
    // Set showing event handler function
    $(".selector").wijpopup({
        showing : function (e) {
     
        }
    });
});
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