Overview | Methods | This Package | All Packages
Sets the name of the class of DhDocument that is created for the HTML document containing this module.
Syntax
final public void setCodeClass( String strCodeClass )
Parameters
strCodeClass
The class name of the DhDocument-derived class to use.
Remarks
If this property is not set in the constructor for the DhModule-derived class, the framework sets it using the __CODECLASS attribute of the HTML <body> tag, when running on Internet Explorer.
See Also getCodeClass