-
.oj-form-control-full-width
-
Changes the max-width to 100% so that form components will occupy all the available horizontal space.
Example
<oj-input-password class="oj-form-control-full-width"> </oj-input-password>
-
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-input-password class="oj-form-control-max-width-md"></oj-input-password>
-
-
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-input-password class="oj-form-control-width-md"></oj-input-password>
-
Element: <oj-input-password>
Oracle® JavaScript Extension Toolkit (JET)
17.1.0
G12198-01
DOM Interface: InputPasswordElement
- Version:
- 17.1.0
- Since:
- 0.6.0