Extends
Methods
getBodyHeight()
#
getSetupProcess()
#
initialize()
#
buildKeyNode(key) → {jQuery}static
#
Wrap a key (as provided by a Trigger) in a node, for display
Parameters:
Name | Type | Description |
---|---|---|
key |
string | Key to display |
Returns:
A kbd wrapping the key text
- Type
- jQuery
Wrap a key (as provided by a Trigger) in a node, for display
sortedCommandsFromGroup(groupName, [promote], [demote]) → {Array.<Object>}static
#
Extract a properly sorted list of commands from a command-group
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
groupName |
string | The dialog-category in which to display this |
|
promote |
Array.<string> |
optional |
Commands which should be displayed first |
demote |
Array.<string> |
optional |
Commands which should be displayed last |
Returns:
List of commands in order
Extract a properly sorted list of commands from a command-group