This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
v1.1.0
New Features
- Added node state properties
expanded
andselected
so a node's intial state can be set - New get methods
getNode
,getParent
andgetSiblings
for retrieving nodes and their immediate relations - New select methods
selectNode
,unselectNode
andtoggleNodeSelected
- Adding
nodeUnselected
event - New global option
multiSelect
which allows multiple nodes to hold the selected state, default is false - New expand collapse methods
expandAll
,collapseAll
,expandNode
,collapseNode
andtoggleNodeExpanded
- Adding events
nodeExpanded
andnodeCollapsed
- New methods
search
andclearSearch
which allow you to query the tree view for nodes based on atext
value - Adding events
searchComplete
andsearchCleared
- New global options
highlightSearchResults
,searchResultColor
andsearchResultBackColor
for configuring how search results are displayed