Overview | Methods | This Package | All Packages
Sets the HTML generator to use for this element.
Syntax
public void setHTMLGenerator( DhHTMLGenerator htmlGen )
Parameters
htmlGen
The DhHTMLGenerator to assign to this element.
Remarks
This allows you to override the library's default method of generating HTML syntax to represent an element.
See Also getHTMLGenerator