Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

isLoadedĀ MethodĀ 

Returns a boolean value indicating whether the control has been fully loaded.

[JavaScript]
Control.isLoaded()

Return Value

true if the control has been fully loaded, otherwise false.

Remarks

To improve performance, some EO.Web controls such as Menu, load asynchronously. When a control is being loaded asynchronously, the control may have not finished loading when the body element's load event is fired, thus you can use this method to check whether the control has finished loading before calling other methods.

See Also

Control Object


Direct link to this topic