Element: <oj-text-area>

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92239-01

DOM Interface: TextAreaElement

Version:
  • 16.1.0
Since:
  • 0.6.0
.oj-form-control-full-width
Changes the max-width to 100% so that form components will occupy all the available horizontal space.
Example
<oj-text-area class="oj-form-control-full-width">
</oj-text-area>

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-text-area class="oj-form-control-max-width-md"></oj-text-area>

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-text-area class="oj-form-control-width-md"></oj-text-area>

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-text-area class="oj-form-control-text-align-right">
</oj-text-area>