DimTreeView.getNameAttrChildMenu

Syntax

getNameAttrChildMenu();

Description

The getNameAttrChildMenu method returns child menu of attributes of tree item names.

Comments

To execute the example, the HTML page must contain the DimTree component named dimTree (see Example of Creating the DimTree Component). Get contents of the first element of name attributes menu:

// Get contents of the first element of name attributes menu
console.log("Contents of the first menu element: " + dimTree.getNameAttrChildMenu().getItems()[0].getContent());

The console displays contents of the first element of name attributes menu:

Contents of the first menu element: Default

See also:

DimTreeView