getMetaAttrTree ();
The getMetaAttrTree method returns the series tree.
Gets an instance of the HieTreeView class.
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: