TabSheetExpander.remove

Syntax

remove(onlyDom: Boolean, fromModel: Boolean);

Parameters

onlyDom. Indicates if group is removed only from DOM tree.

fromModel. Indicates if the group is removed from table model.

Description

The remove method removes a group of table cells.

Example

The example of method use is given on the TabSheetExpander Constructor page.

Seebsp;also:

TabSheetExpander