|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--MozileComponent | +--MozileCommand | +--MozileUnformatCommand
Defined in XHTMLBasic.js
Constructor Summary | |
MozileUnformatCommand
(<String> configString)
Mozile Unformat Command Object - This command will remove all formatting from an non-collapsed selection, or remove the wrapper element from around the current node if the selection is collapsed. |
Method Summary | |
Void
|
execute(<Event> event)
Executes the command. |
String
|
getTag()
Gets the tag to be removed, if that option has been set. |
Boolean
|
isAvailable()
If this command has its "tag" option set, this method checks to see if an ancestor has the matching tag name. |
Methods inherited from class MozileCommand |
getId, isUndoable, getButton, getMenuitem, isActive, show, hide, update
|
Methods inherited from class MozileComponent |
toString, getName, getConfigString, getOptions, getOption, setOption, _cleanOption
|
Constructor Detail |
MozileUnformatCommand(<String> configString)
configString
- A properly formatted configuration string.
Method Detail |
Void execute(<Event> event)
event
- The event object which triggered the command.
String getTag()
Boolean isAvailable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |