BBjControl::addStyle
Description
In BBj 11.00 and higher, this method adds a CSS style name to the BBjControl.
Syntax
Return Value | Method |
---|---|
boolean | addStyle(String styleName) |
Parameters
Parameter | Description |
---|---|
styleName | Specifies a style name to be added to the control. |
Return Value
Returns whether the style name was added to 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.