Overview | Methods | This Package | All Packages
Triggers the documentReady event.
Syntax
protected void onDocumentReady( DocumentReadyEvent e )
Parameters
e
A DocumentReadyEvent object that provides the event data.
Remarks
The documentReady event occurs when the DhDocument object that encapsulates the HTML control's contents is initialized. After this event occurs, you can access the document by calling the HTMLControl object's getDocument method.
Classes that extend this one should override this method to handle this event and should call super.onDocumentReady to send this event to any delegates.
See Also addOnDocumentReady, removeOnDocumentReady