DhElement.onPeerAvailable

Overview | Methods | This Package | All Packages

DhElement.onPeerAvailable

Called when the HTML for this element is added to the running browser document.

Syntax

protected void onPeerAvailable()

Remarks

Override this method to be notified when the peer object is available. For example, at this point, it is possible to retrieve the Document Object Model peer object that can be manipulated with this element.