Closed GoogleCodeExporter closed 9 years ago
Are you looking for the 'generateIds' option?
Original comment by moo...@wwwendt.de
on 23 Apr 2013 at 1:23
What I mean is that , the HTML associated to each dynaTreeNode should have a
'id' associated. Currently, its putting all the attributes into the HTML "data"
attribute. But, to uniquely identify a node in DOM/jQuery, a "id" attribute is
required.
I should be able to do something like :
in plain DOM :
document.getElementById(<dynaTreeNode's Id>)
or its jQuery equivalent :
$("<dynaTreeNode's Id>")
Not sure about the 'generateIds' option though.
Thanks
Original comment by binita.b...@gmail.com
on 23 Apr 2013 at 2:48
I think setting `generateIds: true` should solve it
Original comment by moo...@wwwendt.de
on 23 Apr 2013 at 6:56
Adding generateIds property to the treeNode didnt work :(.
Original comment by binita.b...@gmail.com
on 24 Apr 2013 at 10:13
it's an option you can set when initializing the tree, you can search the docs
for it...
Original comment by moo...@wwwendt.de
on 24 Apr 2013 at 4:31
Cleanup Scrumboard
Original comment by moo...@wwwendt.de
on 2 May 2014 at 7:47
Original issue reported on code.google.com by
binita.b...@gmail.com
on 23 Apr 2013 at 11:03