nsIHTMLInlineTableEditor
| IID: | eda2e65c-a758-451f-9b05-77cb8de74ed2 |
| Inherits From: | nsISupports |
Properties
PRBool inlineTableEditingEnabled
Boolean indicating if inline table editing is enabled in the editor. When inline table editing is enabled, and when the selection is contained in a table cell, special buttons allowing to add/remove a line/column are available on the cell's border.
Methods
void doInlineTableEditingAction ( nsIDOMElement UIAnonymousElement )
void hideInlineTableEditingUI ( )
void refreshInlineTableEditingUI ( )
void showInlineTableEditingUI ( nsIDOMElement cell )
void doInlineTableEditingAction ( nsIDOMElement UIAnonymousElement )
Modifies the table containing the selection according to the activation of an inline table editing UI element
- Arguments:
- UIAnonymousElement: [IN] the inline table editing UI element
void showInlineTableEditingUI ( nsIDOMElement cell )
Shows inline table editing UI around a table cell
- Arguments:
- cell: [IN] a DOM Element being a table cell, td or th
Reference documentation is generated from Mozilla's source.
