|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--MozileComponent | +--MozileCommand | +--MozileInsertCommand
Defined in XHTMLBasic.js
Constructor Summary | |
MozileInsertCommand
(<String> configString)
Mozile Insert Command - Object - Creates a node according to a custom function called "this.createNode()", and inserts it at the current selection. |
Method Summary | |
Void
|
execute(<Event> event)
Executes the command. |
Methods inherited from class MozileCommand |
getId, isUndoable, getButton, getMenuitem, isAvailable, isActive, show, hide, update
|
Methods inherited from class MozileComponent |
toString, getName, getConfigString, getOptions, getOption, setOption, _cleanOption
|
Constructor Detail |
MozileInsertCommand(<String> configString)
Configuration String Requirements: none.
configString
- A properly formatted configuration string.
Method Detail |
Void execute(<Event> event)
event
- The event object which triggered the command.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |