WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

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 hideInlineTableEditingUI ( )

Hide all inline table editing UI


void refreshInlineTableEditingUI ( )

Refresh already visible inline table editing UI


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.