|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MozileComponent
|
+--MozileCommand
|
+--MozileWrapCommand
Defined in XHTMLBasic.js
| Constructor Summary | |
MozileWrapCommand
(<String> configString)
Mozile Wrap Command Object - Wraps the current selection with an element. |
|
| Method Summary | |
Void
|
execute(<Event> event)
Executes the command. |
XULElement
|
getMenuitem()
|
String
|
getMode()
Gets the mode for the module. |
String
|
getTag()
Gets the tag for the module. |
Boolean
|
isActive()
Mozile Wrap Command - Is Active - Checks to see if the current node has a parent which matches this.getTag(). |
| Methods inherited from class MozileCommand |
getId, isUndoable, getButton, isAvailable, show, hide, update
|
| Methods inherited from class MozileComponent |
toString, getName, getConfigString, getOptions, getOption, setOption, _cleanOption
|
| Constructor Detail |
MozileWrapCommand(<String> configString)
Configuration String Requirements: "mode=[inline|toggle|block], tag=[tagName]", for example "mode=toggle, tag=b".
configString - A properly formatted configuration string.
| Method Detail |
Void execute(<Event> event)
event - The event object which triggered the command.
XULElement getMenuitem()
String getMode()
String getTag()
Boolean isActive()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||