DhInlineFrame.addOnDocumentReady

Overview | Methods | This Package | All Packages

DhInlineFrame.addOnDocumentReady

Assigns a delegate to the documentReady event.

Syntax

public final void addOnDocumentReady( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

The event handler specifies a method that is called whenever the IFRAME document is ready to be accessed.

See Also   removeOnDocumentReady