| Issue 2: | Activate a node by passing it's key with the url | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Labels:
Milestone-Discussion
Jan 14, 2009
(No comment was entered for this change.)
Summary:
Activate a node by passing it's key with the url
Jan 23, 2011
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
|