Treeview Sample | Reference |
Instantiate the Treeview into an empty, global object, and add it to the DOM, using the treeviewNew method.
Item ID:
Handle the itemClick event to get information about items when they are clicked
Item ID:
Handle the itemExpand event to get information about items when they are expanded, in order to programmatically add children.
Use the createItem method to add an item to the Treeview
Specify button text, choose an image and a parent item...
Use the createTask method to add a task to a specific parent in the Treeview
|