Lurch web app user interface

Class

SelectBoxItem

An item that can be used in a Dialog and shows up as a dropdown list of options. This corresponds to the "selectbox" type of body component in a TinyMCE dialog.

Constructor

new SelectBoxItem(name, label, items)

Construct a select box.

Parameters

  • name string

    the name of the control in the dialog, used for querying its value when the dialog closes, or providing an initial value when the dialog opens

  • label string

    the label to show next to the select box in the user interface

  • items Array.<string>

    the array of items to be shown in the select box in the user interface

Source

Classes

SelectBoxItem