Wijmo UI for the Web
loadCallback Event
Standard jQuery event object
The node widget that relates to this event.
The loadCallback event handler. A function called after the dom element is created.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.loadCallback = function(e, data) { };
Javascript (Specification) 
loadCallback = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
Standard jQuery event object
data
The node widget that relates to this event.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.