Lurch web app user interface

Class

LabeledGroup

An item that can be used in a Dialog to place a label above one or more other dialog items. This corresponds to the "label" type of body component in a TinyMCE dialog.

Constructor

new LabeledGroup(caption, …items)

Construct a labeled group.

Parameters

  • caption string

    the caption to show above the group

  • items Object <repeatable>

    an array of dialog items (e.g., AlertItem or ButtonItem) to place into this group

Source

Classes

LabeledGroup