Element: <oj-text-area>

Oracle® JavaScript Extension Toolkit (JET)
16.0.0

F83702-01

DOM Interface: TextAreaElement

Touch Information

Target Gesture Action
TextArea Tap Sets focus to textarea. Show user assistance text. This may be inline or in a notewindow depending upon theme and property settings.

Keyboard Information

Target Key Action
TextArea Tab In Set focus to the textarea. Show user assistance text. This may be inline or in a notewindow depending upon theme and property settings.
TextArea MacOS:Return; Windows:Enter Insert a newline. This is used for a plain textarea or a nested textarea where Enter is not used by the parent component for other purpose.
TextArea MacOS:Option+Return; Windows:Alt+Enter Insert a newline. This is used for cases where Enter is used by the parent component, such as an oj-text-area in an oj-data-grid, where Enter will go to the cell below in an editable data grid.