goog.tweak.TweakUi |
registry
: !goog.tweak.Registry
The registry to render.
|
opt_domHelper
: goog.dom.DomHelper=
The DomHelper to render with.
|
No description.
Returns: !Element
The root element. Must not be called before render().
|
code » | ||
![]()
Updates the UI with the given entry.
Arguments:
|
code » | ||
![]()
Installs the required CSS styles.
|
code » | ||
![]()
Updates the UI with the given entry.
Arguments:
|
code » | ||
Creates the element to display when the UI is visible.
Returns: !Element
The root element.
|
code » | ||
![]()
Reloads the page with query parameters set by the UI.
|
code » |
Creates a TweakUi if tweaks are enabled.
Arguments:
|
code » | |||
Creates a TweakUi inside of a show/hide link.
Arguments:
|
code » | |||
Compares the given entries. Orders alphabetically and groups buttons and
expandable groups.
Arguments:
Returns: number
Refer to goog.array.defaultCompare.
|
code » | |||
Returns the list of entries from the given boolean group.
Arguments:
|
code » | |||
No description.
Arguments:
Returns: string
Returns the namespace for the entry, or '' if it is not
namespaced.
|
code » | |||
No description.
Arguments:
Returns: string
Returns the part of the label after the last period, unless
the label has been explicly set (it is different from the ID).
|
code » | |||
No description.
Arguments:
Returns: boolean
Returns whether the given entry contains sub-entries.
|
code » |
![]()
CSS used by TweakUI.
|
Code » | |
![]()
The CSS classes for each tweak entry div.
|
Code » | |
![]()
The CSS class name unique to the tweak entry div.
|
Code » | |
![]()
The CSS classes for each namespace tweak entry div.
|
Code » | |
![]()
The CSS class name unique to the root tweak panel div.
|
Code » | |
![]()
Marker that the style sheet has already been installed.
|
Code » |