Editor-TextArea

Description

Inserts an Editor for editing a value using a TextArea control. The TextArea has vertical scrollers for scrolling long text strings.

Discussion

The [Editor-TextArea] pre-defined control creates an editor for a FormView value. The editor uses a TextArea control and it has a vertical scroller so that long text can easily be scrolled on touch devices.

The [Editor-TextArea] must be inserted inside an EditorSet container when it's added to the UX Component. Placeholders for the editor's label and help text are inserted along side buttons to save or cancel edits made using the TextArea editor.

images/eta1.png
This control MUST be inserted inside an EditorSet container.

The vertical scoll bar is optimized for a touch interface, making it easy for users to scroll long blocks of text on a mobile or touch-enabled device.

images/eta2.png