NodeControls: Array of PP.Ui.Control;
The NodeControls property determines node controls.
Use the setNodeControls(nodeKey, value) method to set the property value, and the getNodeControls(nodeKey) method to get the property value.
Parameters:
nodeKey. String. Node identifier
value. PP.Ui.Control. Value.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Get node controls Tree.getNodeControls(0);
After executing the example node controls are obtained.
See also: