Element: <oj-select-single>

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83700-01

DOM Interface: SelectSingleElement

Version:
  • 15.1.0
Since:
  • 8.0.0
.oj-select-results
Apply this class to the collection element (e.g. an <oj-list-view>) in the collectionTemplate.

Category: Max Width

Note: This category of style classes is not supported in the following themes: Alta

In the Redwood theme the default max width of a text field is 100%. These max width convenience classes are available to create a medium or small field.
The class is applied to the root element.

Classes:

.oj-form-control-max-width-sm
.oj-form-control-max-width-md

Example
<oj-select-single class="oj-form-control-max-width-md">
</oj-select-single>

Category: Width

Note: This category of style classes is not supported in the following themes: Alta

In the Redwood theme the default width of a text field is 100%. These width convenience classes are available to create a medium or small field.
The class is applied to the root element.

Classes:

.oj-form-control-width-sm
.oj-form-control-width-md

Example
<oj-select-single class="oj-form-control-width-md">
</oj-select-single>

Category: Text Alignment

Classes that help align text of the element.

Classes:

.oj-form-control-text-align-right
.oj-form-control-text-align-start
.oj-form-control-text-align-end

Example
<oj-select-single class="oj-form-control-text-align-right">
</oj-select-single>