| Name |
Description |
|
CopyItem
|
Copies the selected content.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"body".
|
|
CutItem
|
Cuts the selected content.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"body".
|
|
EditAnchorItem
|
Edits the anchor's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"a".
The RelatedPopup property is overridden to
AnchorProperties.
|
|
EditBulletedListItem
|
Edits properties of the bulleted list.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"ul".
The RelatedPopup property is overridden to
BulletedListProperties.
|
|
EditButtonItem
|
Edits properties of the 'input' DOM element with type 'button'.
Inherited from
EditInputItem.
The RelatedPopup property is overridden to
ButtonProperties.
|
|
EditCellItem
|
Edits the table cell's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"td".
The RelatedPopup property is overridden to
CellProperties.
|
|
EditCheckBoxItem
|
Edits properties of the 'input' DOM element with type 'checkbox'.
Inherited from
EditInputItem.
The RelatedPopup property is overridden to
CheckBoxProperties.
|
|
EditDivItem
|
Edits the DIV DOM element's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"div".
The RelatedPopup property is overridden to
DivProperties.
|
|
EditFlashItem
|
Edits the flash's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"object,embed".
The ElementAttributeName property is overridden (sealed) to
"classid,type".
The ElementAttributeValue property is overridden (sealed) to
"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000,application/x-shockwave-flash".
The RelatedPopup property is overridden to
FlashProperties.
|
|
EditFlashVideoItem
|
Edits the flash video's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"object,embed".
The ElementAttributeName property is overridden (sealed) to
"classid,type".
The ElementAttributeValue property is overridden (sealed) to
"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000,application/x-shockwave-flash".
The RelatedPopup property is overridden to
FlashVideoProperties.
|
|
EditFormItem
|
Edits the form's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"form".
The RelatedPopup property is overridden to
FormProperties.
|
|
EditHiddenItem
|
Edits properties of the 'input' DOM element with type 'hidden'.
Inherited from
EditInputItem.
The RelatedPopup property is overridden to
HiddenProperties.
|
|
EditImageItem
|
Edits the image's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"form".
The RelatedPopup property is overridden to
ImageProperties.
|
|
EditLinkItem
|
Edits the link's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"a".
The RelatedPopup property is overridden to
LinkProperties.
|
|
EditMediaItem
|
Edits the media's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"object,embed".
The ElementAttributeName property is overridden (sealed) to
"classid,type".
The ElementAttributeValue property is overridden (sealed) to
"clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95,application/x-mplayer2".
The RelatedPopup property is overridden to
MediaProperties.
|
|
EditOrderedListItem
|
Edits properties of the ordered list.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"ol".
The RelatedPopup property is overridden to
OrderedListProperties.
|
|
EditPasswordItem
|
Edits properties of the 'input' DOM element with type 'password'.
Inherited from
EditInputItem.
The RelatedPopup property is overridden to
PasswordProperties.
|
|
EditRadioItem
|
Edits properties of the 'input' DOM element with type 'radio'.
Inherited from
EditInputItem.
The RelatedPopup property is overridden to
RadioProperties.
|
|
EditSubmitItem
|
Edits properties of the 'input' DOM element with type 'submit'.
Inherited from
EditInputItem.
The RelatedPopup property is overridden to
SubmitProperties.
|
|
EditTableItem
|
Edits the table's properties.
Inherited from
DesignModePopupItem.
The ElementTagName property is overridden (sealed) to
"table".
The RelatedPopup property is overridden to
TableProperties.
|
|
EditTextBoxItem
|
Edits properties of the 'input' DOM element with type 'text'.
Inherited from
EditInputItem.
The RelatedPopup property is overridden to
TextBoxProperties.
|
|
InsertColumnAfterItem
|
Inserts a new column after the current column of the table.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"td".
|
|
InsertColumnBeforeItem
|
Inserts a new column before the current column of the table.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"td".
|
|
InsertRowAboveItem
|
Inserts a new row above the current row of the table.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"tr".
|
|
InsertRowBelowItem
|
Inserts a new row below the current row of the table.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"tr".
|
|
MakeEditable
|
Makes the content editable.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"#contenteditable#".
|
|
PasteItem
|
Pastes content from the clipboard.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"body".
|
|
PasteTextItem
|
Pastes plain text from the clipboard.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"body".
|
|
PasteWordItem
|
Pastes content from the clipboard with cleanup.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"body".
|
|
RemoveAnchorItem
|
Removes the anchor
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"a".
|
|
RemoveButtonItem
|
Removes the 'input' DOM element with type 'button'.
Inherited from
RemoveInputItem.
The InputType property is overridden (sealed) to
"button".
|
|
RemoveCheckBoxItem
|
Removes the 'input' DOM element with type 'checkbox'.
Inherited from
RemoveInputItem.
The InputType property is overridden (sealed) to
"checkbox".
|
|
RemoveColumnItem
|
Removes the current table column.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"td".
|
|
RemoveDivItem
|
Removes the DIV DOM element.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"div".
|
|
RemoveDivWithoutContentItem
|
Removes the DIV DOM element without its content.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"div".
|
|
RemoveFlashItem
|
Removes the flash.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"object,embed".
The ElementAttributeName property is overridden (sealed) to
"classid,type".
The ElementAttributeValue property is overridden (sealed) to
"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000,application/x-shockwave-flash".
|
|
RemoveFormItem
|
Removes the form.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"form".
|
|
RemoveHiddenItem
|
Removes the 'input' DOM element with type 'hidden'.
Inherited from
RemoveInputItem.
The InputType property is overridden (sealed) to
"hidden".
|
|
RemoveImageItem
|
Removes the image.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"form".
|
|
RemoveLinkItem
|
Removes the link.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"a".
|
|
RemoveMediaItem
|
Removes the media.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"object,embed".
The ElementAttributeName property is overridden (sealed) to
"classid,type".
The ElementAttributeValue property is overridden (sealed) to
"clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95,application/x-mplayer2".
|
|
RemovePasswordItem
|
Removes the 'input' DOM element with type 'password'.
Inherited from
RemoveInputItem.
The InputType property is overridden (sealed) to
"password".
|
|
RemoveRadioItem
|
Removes the 'input' DOM element with type 'radio'.
Inherited from
RemoveInputItem.
The InputType property is overridden (sealed) to
"radio".
|
|
RemoveRowItem
|
Removes the current table row.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"tr".
|
|
RemoveSubmitItem
|
Removes the 'input' DOM element with type 'submit'.
Inherited from
RemoveInputItem.
The InputType property is overridden (sealed) to
"submit".
|
|
RemoveTableItem
|
Removes the table.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"table".
The RelatedPopup property is overridden to
TableProperties.
|
|
RemoveTextBoxItem
|
Removes the 'input' DOM element with type 'text'.
Inherited from
RemoveInputItem.
The InputType property is overridden (sealed) to
"text".
|
|
SelectAllItem
|
Selects (highlights) the whole content.
Inherited from
DesignModeItem.
The ElementTagName property is overridden (sealed) to
"body".
|