Lurch web app user interface

Class

LongTextInputItem

Functions just like TextInputItem, except it is an HTML textarea, and thus can contain multiple lines of input text.

Constructor

new LongTextInputItem(name, label, placeholder)

Construct a new long text input control.

Parameters

  • name string

    the key to use to identify this input control's content in the dialog's key-value mapping for all input controls

  • label string

    the text to place above the input control to explain it to the user

  • placeholder string

    optional, the text to include inside the control when it is blank, as an example

Source

Classes

LongTextInputItem