goog.tweak.EntriesPanel |
entries
: !Array.<!goog.tweak.BaseEntry>
The entries to show in the
panel.
|
opt_domHelper
: goog.dom.DomHelper=
The DomHelper to render with.
|
![]()
The bound onclick handler for the help question marks.
|
code » | ||||
![]()
Creates the DOM element to control the given boolean setting.
Arguments:
Returns: !DocumentFragment
The DOM elements.
|
code » | ||||
Creates the DOM element to control the given button action.
Arguments:
Returns: !Element
The DOM element.
|
code » | ||||
![]()
Creates the DOM element to control the given enum setting.
Arguments:
Returns: !DocumentFragment
The DOM element.
|
code » | ||||
Creates and returns a form element for the given entry.
Arguments:
Returns: !Element
The root DOM element for the entry.
|
code » | ||||
Creates and returns a help element for the given entry.
Arguments:
Returns: !Element
The root element of the created DOM.
|
code » | ||||
![]()
Creates the DOM for a BooleanGroup or NamespaceEntry.
Arguments:
Returns: !DocumentFragment
The DOM element.
|
code » | ||||
![]()
Creates the DOM element to control the given string setting.
Arguments:
Returns: !DocumentFragment
The DOM element.
|
code » | ||||
Creates the DOM element to control the given entry.
Arguments:
|
code » | ||||
No description.
Returns: !Element
Returns the expanded element. Must not be called before
render().
|
code » | ||||
![]()
Inserts the given entry into the panel.
Arguments:
|
code » | ||||
![]()
Click handler for the help link.
Arguments:
|
code » | ||||
Creates and returns the expanded element.
The markup looks like:
Show Descriptions
...
{endElement}
|
code » | ||||
![]()
Twiddle the DOM so that the entry within the given span is shown/hidden.
|
code » | ||||
![]()
Show all entry descriptions (has the same effect as clicking on all ?'s).
|
code » |
![]()
Map of tweak ID -> EntriesPanel for child panels (BooleanGroups).
|
Code » | |
The DomHelper to render with.
|
Code » | |
![]()
The entries to show in the panel.
|
Code » | |
![]()
The element that contains all of the settings and the endElement.
|
Code » | |
![]()
The element that contains the UI.
|
Code » | |
![]()
Flips between true/false each time the "Toggle Descriptions" link is
clicked.
|
Code » |