DimTreeView.selectGroupItems

Syntax

selectGroupItems(idGroup: String);

Parameters

idGroup. Identifier of dimension element group.

Description

The selectGroupItems method selects group items.

Comments

To execute the example, the HTML page must contain the DimTree component named dimTree (see Example of Creating the DimTree Component). It is also required to have a dimension element group with the OBJ10901 identifier. Select elements of the OBJ10901 group:

// Select dimension elements of the OBJ10901 group
dimTree.selectGroupItems("OBJ10901");

As a result the dimension elements of the OBJ10901 group are selected:

See also:

DimTreeView