dojo 1.4: difference in tree html rendering

Posted by Fell on Stack Overflow See other posts from Stack Overflow or by Fell
Published on 2010-05-24T09:59:42Z Indexed on 2010/05/24 10:01 UTC
Read the original article Hit count: 225

Filed under:
|

Hi,

I have written an application using dojo 1.3 in which i have used the dijit tree. I am loading the tree with json data specified in the store which is in turn used by the tree model.

In the 1.3 version the tree elements pick up the id directly from the json data.However in 1.4 the tree elements have their own id which is something like dijit__treenode_4. The id's that I have specified in json are unique and im not able to understand why these are not being used anymore.

Please help me understand how this functionality has changed and how I can override the automatic id generation..

Thanks in advance,
Fell

© Stack Overflow or respective owner

Related posts about dojo

Related posts about dijit