DhHTMLGenerator.setSupportsCSS

Overview | Methods | Fields | This Package | All Packages

DhHTMLGenerator.setSupportsCSS

Specifies whether the target browser supports style sheets.

Syntax

public final void setSupportsCSS( boolean supportsCSS )

Parameters

supportsCSS

Set to true if the target supports the style sheets; otherwise, set to false.

Remarks

The default is false.

See Also   getSupportsCSS