Static object literal of execCommand overrides
addclass
cmd
cls
Add a class to all of the elements in the selection
NodeList of the items touched by this command.
backcolor
cmd
val
Adds a background color to the current selection, or creates a new element and applies it
NodeList of the items touched by this command.
createlink
cmd
Override for the createlink method from the CreateLinkBase plugin.
cmd
String
The command executed: createlink
Node instance of the item touched by this command.
fontname2
cmd
val
Adds a font name to the current selection, or creates a new element and applies it
NodeList of the items touched by this command.
fontsize2
cmd
val
Adds a fontsize to the current selection, or creates a new element and applies it
NodeList of the items touched by this command.
forecolor
cmd
val
Adds a forecolor to the current selection, or creates a new element and applies it
NodeList of the items touched by this command.
hilitecolor
cmd
val
Sugar method, calles backcolor
NodeList of the items touched by this command.
insertandfocus
cmd
html
Inserts the provided HTML at the cursor, and focuses the cursor afterwards.
Node instance of the item touched by this command.
insertbr
cmd
Inserts a BR at the current cursor position
cmd
String
The command executed: insertbr
inserthtml
cmd
html
Inserts the provided HTML at the cursor, should be a single element.
Node instance of the item touched by this command.
insertimage
cmd
img
Inserts an image at the cursor position
Node instance of the item touched by this command.
insertorderedlist
cmd
Overload for list
cmd
String
The command executed: list, ul
insertunorderedlist
cmd
Overload for list
cmd
String
The command executed: list, ol
justify
cmd
val
Noramlizes alignment for Webkit Browsers
justifycenter
Override method for justify
justifyfull
Override method for justify
justifyleft
Override method for justify
justifyright
Override method for justify
list
cmd
tag
Noramlizes lists creation/destruction for IE. All others pass through to native calls