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