v1.1.0
版本发布时间: 2015-03-30 17:18:06
jonmiles/bootstrap-treeview最新发布版本:v1.2.0(2015-05-09 22:28:12)
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