Overview | Methods | Fields | This Package | All Packages
Adds an attribute inside the current tag's STYLE attribute.
Syntax
protected final void addStyleString( String strStyle, String strValue )
Parameters
strStyle
The name of the style to add.
strValue
The string value of the new style.
Remarks
These styles are added only if supportsCSS is true.
See Also getSupportsCSS, setSupportsCSS