Wijmo UI for the Web
initialized Event
wijmo.input.wijinputcore Namespace > options type : initialized Event
Standard jQuery event object
The initialized event handler. A function called after the widget is initialized.
Syntax
$(function () {
    // Set initialized event handler function
    $(".selector").wijinputcore({
        initialized : function (e) {
     
        }
    });
});
initialized = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputcore jQuery Widget