![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
This section lists the built-in CSS classes you can use. For general information on how to use CSS in TIBCO Business Studio Forms, see Styling Forms Using Cascading Style Sheets.
Table 77 Built-in Static CSS Classes Applied at a the root node of each control or pane that is a child of a pane. So each node that has a class pane-content contains 0 or more nodes with a class component. Applied at a node within a component. Contains the label for the control or pane. Applied at a node within a component. Contains the content of the control or pane. Applied on the specific element used for the control, such as an <input> element for text controls. This is a descendent of the node that contains the container class. Applied at the same node as the component class for text controls. Applied at the same node as the component class for textarea controls. Applied at the same node as the component class for date controls. Applied at the same node as the component class for time controls. Applied at the same node as the component class for datetime controls. Applied at the same node as the component class for checkbox controls. Applied at the same node as the component class for optionlist controls. Applied at the same node as the component class for radiogroup controls. Applied at the same node as the component class for image controls. Applied at the same node as the component class for label controls. Applied at the same node as the component class for hyperlink controls. Applied at the same node as the component class for duration controls.A set of CSS classes are used to define when controls and panes are in certain states such as required and disabled. All of these classes are added to the same level as the component class when needed.
Table 78 Built-in Dynamic CSS Classes Custom classes defined in the form designer or set dynamically via the setClass() API are added at the same level as the component class.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |