Class MozileWrapCommand

Object
   |
   +--MozileComponent
         |
         +--MozileCommand
               |
               +--MozileWrapCommand
Direct Known Subclasses:
MozileStyleCommand

class MozileWrapCommand
extends MozileCommand

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

MozileWrapCommand(<String> configString)

Method Detail

execute

Void execute(<Event> event)

getMenuitem

XULElement getMenuitem()

getMode

String getMode()

getTag

String getTag()

isActive

Boolean isActive()


Documentation generated by JSDoc on Tue Apr 18 14:14:33 2006