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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijdialog jQuery Widget