Overview | Methods | This Package | All Packages
Provides a diagnostic snapshot dump of the Dynamic HTML (DHTML) code.
Syntax
public void dumpDHTML( Object sender, Event e )
Parameters
sender
The source of the event.
e
An Event object.
Remarks
You can use this method as a convenient place to route click events when you want to do a diagnostic snapshot dump of the Dynamic HTML code as currently seen by the document host.
See Also dumpHTML()