Overview | Methods | Fields | This Package | All Packages
Modifies the read-only style settings of an element on the page.
Syntax
protected void setCSSStyleText( String strStyleName, String strValue, boolean fCaseSensitive )
Parameters
strStyleName
The string name of the style to modify. This is the actual cascading style sheet's style, not the style element property.
strValue
The new value to set.
fCaseSensitive
Set to true to use case-sensitive search; otherwise, set to false.
Remarks
For details on read-only styles, see the Internet Client SDK documentation.
See Also getCSSStyleText