selectGroupItems(idGroup: String);
idGroup. Identifier of dimension element group.
The selectGroupItems method selects group items.
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: