Wijmo UI for the Web
initialized Event
Standard jQuery event object
Occurs when events calendar is constructed and events data is loaded from an external or local data source.
Syntax
Javascript (Usage) 
$(function () {
    // Set initialized event handler function
    $(".selector").wijevcal({
        initialized : function (e) {
     
        }
    });
});
Javascript (Specification) 
initialized = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.