| Issue 220: | How to create Root node | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I have upgraded .5 version to 1.1 , as you mentioned root node is hidden always. But, my project requires root node visible.How can I do that ? (If a single visible root is wanted, one could always create one using<ul>Top level node expanders are not connected by vlines (requires additional expander icon). ) Please advise Thank you very much
Jul 17, 2012
considered verified
Jul 17, 2012
(No comment was entered for this change.)
Status:
Verified
Jan 26, 2013
(No comment was entered for this change.)
Labels:
Milestone-Release0.0
|
The old root node displayed the 'title' attribute of the tree. If you had Tree with title 'foo' and added two nodes 'bar' and 'baz' it would render as foo +- bar +- baz Now the title is hidden, so you have to create one top level child 'foo' and add 'bar' and 'baz' as children of this. (hidden root) +- foo +- bar +- baz