Styling: Labels
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
- Version:
- 8.0.0
| Class(es) | Description | Example Usage |
|---|---|---|
| oj-label-for-non-control | place on a label element along with oj-label-nocomp when you want to style it like a JET oj-label but the label isn't associated with a JET form control, such as when you have a label for some plain text. | |
| oj-label-inline | place on a label element along with oj-label-nocomp to inline the label with the sibling dom element when you don't want to use the responsive design classes (e.g., oj-md-labels-inline). | |
| oj-label-inline-top | place on a label element along with oj-label-nocomp and oj-label-inline selectors to inline the label with the sibling dom element and have zero margin-top. | |
| oj-label-nocomp | place on a label element when it isn't a JET component but you want it to be styled like a JET oj-label. | |
| oj-label-nowrap | place on a label element along with oj-label-nocomp to have it not wrap when you don't want to use the responsive design classes (e.g., oj-md-labels-nowrap or oj-md-label-nowrap). | |