Adding Groups and Items Using C1WebCommandEditor
This section includes two topics that demonstrate how to add a group and an item to an existing C1WebTreeView. A group is defined as a parent node/item that contains one or more child nodes/items. An item can be a leaf or child node. An item is defined as a leaf node if it does not contain child nodes and a child node if it contains other nodes.
Adding a Leaf Node Item Above an Existing Item
Adding a Leaf Node Item Below an Existing Item
|