WbkDataView.getMetaAttrTree

Syntax

getMetaAttrTree ();

Description

The getMetaAttrTree method returns the series tree.

Comments

Gets an instance of the HieTreeView class.

Example

To execute the example, the page must contain the WbkDataBox component named wbkDataBox (see WbkDataBox Constructor), and also the following code must be added in the event handler that processes document opening:

//Get series tree
var metaAttrTree = wbkDataBox.getMetaAttrTree();
metaAttrTree.hide();

After executing the example the series tree is hidden.

See also:

WbkDataView