|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--mozile.edit.Command
|
+--mozile.edit.Split
Defined in rich.js
| Field Summary | |
String |
direction
Determines what direction to search for the target in. |
Boolean |
group
Indicates that this command does not contain more commands. |
String |
makesChanges
Specifies what kind of change this command makes to the document. |
String |
name
The name for this command group. |
Boolean |
remove
Indicates that any contents of the selection should be removed before inserting. |
String |
target
Determines what node is the target of the split. |
String |
watchesChanges
Specifies what kind of change will cause this command to change its isActive or isAvailable states. |
| Fields inherited from class mozile.edit.Command |
name, group, makesChanges, watchesChanges, strings
|
| Constructor Summary | |
mozile.edit.Split
()
Splits a target element using splitNodes. |
|
| Method Summary | |
Object
|
execute(<mozile.edit.State> state, <Boolean> fresh)
Inserts a new element at the selection. |
Boolean
|
isAvailable(<Event> event)
Indicates that the command is available to be used. |
mozile.edit.State
|
prepare(<Event> event)
Prepares a state object for the Split command. |
mozile.edit.State
|
test(<Event> event)
Prepares a state object for the Split command. |
| Methods inherited from class mozile.edit.Command |
localize, toString, evaluate, respond, isActive, trigger, request, unexecute
|
| Field Detail |
String direction
Boolean group
String makesChanges
String name
Boolean remove
String target
String watchesChanges
| Constructor Detail |
mozile.edit.Split()
name - The command's name.
localization - Optional. The localization object to use.
| Method Detail |
Object execute(<mozile.edit.State> state, <Boolean> fresh)
state - The state information needed to execute this command.
fresh - Optional. A value of "true" indicates that the window's selection is already in the correct place and does not need to be moved.
Boolean isAvailable(<Event> event)
event - Optional. The current event object.
mozile.edit.State prepare(<Event> event)
event - The event object to be converted into a state.
mozile.edit.State test(<Event> event)
event - The event object to be converted into a state.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||