Class mozile.edit.CommandGroup
Object
|
+--mozile.edit.Command
|
+--mozile.edit.CommandGroup
- class
mozile.edit.CommandGroup
- extends mozile.edit.Command
Defined in edit.js
Field Summary |
mozile.edit.Command |
addCommand
Adds a command to the list of commands for this CommandGroup. |
Boolean |
group
Indicates that this command contains more commands. |
String |
makesChanges
Specifies what kind of change this command makes to the document. |
String |
name
The name for this command group. |
mozile.edit.State |
trigger
Takes an event object and uses it to try and trigger all of the commands associated with this CommandGroup. |
String |
watchesChanges
Specifies what kind of change will cause this command to change its isActive or isAvailable states. |
Method Summary |
String
|
toString()
Returns a description of this object.
|
addCommand
mozile.edit.Command addCommand
Adds a command to the list of commands for this CommandGroup.
group
Boolean group
Indicates that this command contains more commands.
makesChanges
String makesChanges
Specifies what kind of change this command makes to the document.
See mozile.edit.Command.respond for possible values.
name
String name
The name for this command group.
trigger
mozile.edit.State trigger
Takes an event object and uses it to try and trigger all of the commands associated with this CommandGroup.
watchesChanges
String watchesChanges
Specifies what kind of change will cause this command to change its isActive or isAvailable states.
See mozile.edit.Command.respond for possible values.
mozile.edit.CommandGroup
mozile.edit.CommandGroup()
CommandGroups contain other commands.
toString
String toString()
Returns a description of this object.
Documentation generated by
JSDoc on Wed Aug 23 18:45:51 2006