Text Area

A Text Area is a component that displays multiple editable lines of text.

Public Variables (Properties)

[?]

Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings, Tooltip.

Text

Text contained in the text area.

Variable Name:

text

Records:

1

Record Format:

Field Name

Field Type

Field Description

text

String

Text

Placeholder

A message displayed when there is no other text in the text area.

Variable Name:

placeholder

Records:

1

Record Format:

Field Name

Field Type

Field Description

placeholder

String

Placeholder

Disabled

This flag indicates the component is active. Disabled components do not respond to user input, and are rendered as grayed-out.

Variable Name:

disabled

Records:

1

Record Format:

Field Name

Field Type

Field Description

disabled

Boolean

Disabled

Resizable

Defines possibility to change text area size by drag-n-drop. This property has a few selection values:

  • Both - user can change the size of the text area in both dimensions

  • Horizontal - user can change only horizontal size of the text area

  • Vertical - user can change only vertical size of the text area

  • None - resizing is disabled

Variable Name:

resize

Records:

1

Record Format:

Field Name

Field Type

Field Description

resize

String

Resizable

Public Events

[?]

Common Events: Input Changed

Was this page helpful?