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