Assigns a delegate to the documentReady event.
public final void addOnDocumentReady( EventHandler h )
h
The EventHandler delegate to be notified when the event occurs.
The event handler specifies a method that is called whenever the IFRAME document is ready to be accessed.
See Also removeOnDocumentReady