Styling: Text
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
- Version:
- 8.0.0
| Class(es) | Description | Example Usage |
|---|---|---|
| oj-text-sm oj-text-xs |
Classes for small or xs text | <span class="oj-text-sm">this is small text</span> |
| oj-text-primary-color | Class to show primary text, in some themes this class may have no effect. | <span class="oj-text-primary-color">this is primary colored text</span> |
| oj-text-secondary-color | Class to show secondary text, in some themes this class may have no effect. | <span class="oj-text-color-secondary">this is secondary colored text</span> |
| oj-text-tertiary-color | Class to show tertiary text, in some themes this class may have no effect. | <span class="oj-text-color-tertiary">this is tertiary colored text</span> |
| oj-text-disabled-color | Class to show disabled text. | <span class="oj-text-color-disabled">this is disabled colored text</span> |