Extends
Constructor
new ve.ui.CommandHelpRegistry()
#
Hierarchy
Command help registry.
Command help registry.
Methods
lookupByGroup(groupName) → {Object}
#
Get data for a given group of commands.
Parameters:
Name | Type | Description |
---|---|---|
groupName |
string | Group name |
Returns:
Commands associated with the group
- Type
- Object
Get data for a given group of commands.
register(groupName, commandHelpName, details)
#
Register a command for display in the dialog.
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
groupName |
string | Dialog-category in which to display this |
||||||||||||||||||||
commandHelpName |
string | Name of the command help item. |
||||||||||||||||||||
details |
Object | Details about the command Properties:
|
Register a command for display in the dialog.