Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@jonmiles jonmiles released this 30 Mar 09:18
· 44 commits to master since this release

New Features

  • Added node state properties expanded and selected so a node's intial state can be set
  • New get methods getNode, getParent and getSiblings for retrieving nodes and their immediate relations
  • New select methods selectNode, unselectNode and toggleNodeSelected
  • 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 and toggleNodeExpanded
  • Adding events nodeExpanded and nodeCollapsed
  • New methods search and clearSearch which allow you to query the tree view for nodes based on a text value
  • Adding events searchComplete and searchCleared
  • New global options highlightSearchResults, searchResultColor and searchResultBackColor for configuring how search results are displayed