BBjControl::removeStyle
Description
In BBj 11.00 and higher, this method removes a CSS style name from the BBjControl.
Syntax
Return Value | Method |
---|---|
boolean | removeStyle(String styleName) |
Parameters
Parameter | Description |
---|---|
styleName | Specifies a style name to be removed from the control. |
Return Value
Returns whether the style name was removed from the control.
Remarks
CSS settings have no effect on the GUI client.
For more details, see CSS API.
Example
|
CSS Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.