Lurch web app user interface

Class

TextInputItem

An item that can be used in a Dialog to represent a blank text box into which the user can type content. This corresponds to the "input" type of body component in a TinyMCE dialog.

Constructor

new TextInputItem(name, label, placeholder)

Construct a new 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 next to 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

TextInputItem