Wijmo UI for the Web
open Event
wijmo.dialog.wijdialog Namespace > options type : open Event
Standard jQuery event object
Triggered when the dialog is opened.
Syntax
$(function () {
    // Set open event handler function
    $(".selector").wijdialog({
        open : function (e) {
     
        }
    });
});
open = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijdialog jQuery Widget