|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--mozile.edit.Command | +--mozile.edit.Unwrap
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. |
String |
target
Determines what node is the target of the replacement. |
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
|
Constructor Summary | |
mozile.edit.Unwrap
()
A command used to remove a container element, but keep the child nodes. |
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 currently available. |
mozile.edit.State
|
prepare(<Event> event, target)
Prepares a state object for the wrap command. |
mozile.edit.State
|
test(<Event> event, <Node> targetNode)
Tests an event to see if the command should be executed. |
Methods inherited from class mozile.edit.Command |
toString, evaluate, respond, isActive, trigger, request, unexecute
|
Field Detail |
String direction
Boolean group
String makesChanges
String name
String target
String watchesChanges
Constructor Detail |
mozile.edit.Unwrap()
name
- The group's name.
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.
mozile.edit.State prepare(<Event> event, target)
event
- The event object to be converted into a state.
targetNode
- Optional. The node to be removed.
mozile.edit.State test(<Event> event, <Node> targetNode)
event
- Optional. The event object to test.
targetNode
- Optional. The node to be removed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |