Module: explorer/widgets/controlgroups/ListControlGroup

explorer/widgets/controlgroups/ListControlGroup

A ControlGroup for the list option of the PreferencesDialog.
Source:

Extends

Methods

getValue() → {String}

Gets the value of the ListControlGroup inputbox.
Source:
Returns:
The value of the inputbox.
Type
String

postCreate()

Called right before widget is added to the dom. See link for more information.
Source:
See:

setValue(The)

Sets the value of the ListControlGroup inputbox.
Parameters:
Name Type Description
The String value to set.
Source: