Module: explorer/widgets/controlgroups/StringControlGroup

explorer/widgets/controlgroups/StringControlGroup

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

Extends

Methods

getValue() → {String}

Gets the value of the StringControlGroup 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 StringControlGroup inputbox.
Parameters:
Name Type Description
The String value to set.
Source: