Wijmo UI for the Web
pageload Event
wijmo.appview.wijappview Namespace > options type : pageload Event
Standard jQuery event object
Information about an event
Fires after a page is loaded
Syntax
var instance; // Type: options
instance.pageload = function(e, args) { };
pageload = function ( 
   e : jQuery.Event,
   args : IPageLoadEventArgs
) { };

Parameters

e
Standard jQuery event object
args
Information about an event
See Also

Reference

options type