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) 
var instance; // Type: options
instance.initialized = function(e) { };
Javascript (Specification) 
initialized = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.