BBjControl::addClass
Description
In BBj 23.00 and higher, this method adds a CSS class name to the BBjControl.
Syntax
Return Value | Method |
---|---|
void | addClass(String className) |
Parameters
Parameter | Description |
---|---|
className | Specifies a CSS class name to be added to 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.