Issue 2: Activate a node by passing it's key with the url
Status:  WontFix
Owner:
Closed:  Jan 2011
Project Member Reported by moo...@wwwendt.de, Aug 24, 2008
By appending a '#' to the url, it should be possible to select a node.
Possible values:
  * pass a key as defined i nthe node options: { key='123' }
  ...#123
  * pass an id as defined in the <li> tag that was used to define the node:
<id ='123'> ...
  ...#123
  * pass the hierarchical index:
  ...#3.2.1

We have to account for lazy nodes: the target key may not yet be loaded.
Maybe in this case a key-path must be passed so the parents can be loaded
before:
 ...#456/123
Aug 31, 2008
Project Member #1 moo...@wwwendt.de
(No comment was entered for this change.)
Labels: Milestone-Discussion
Jan 14, 2009
Project Member #2 moo...@wwwendt.de
(No comment was entered for this change.)
Summary: Activate a node by passing it's key with the url
Jan 23, 2011
Project Member #3 moo...@wwwendt.de
his could be easily acheived by using standard functionality:

implement tree.onPostInit() to extract the node key from the URL. Then call tree.activateKey()
Status: WontFix