dojo - dijit Tree : finding treenode associated with new data store item -


I want to highlight a programmatic inserted node. I am using store.newItem; It gives me a datastore item, to highlight, I need a Teenode Can anyone tell me how to find the tray associated with the item?

Thanks, Larry

tree.GatNodeSystem ()

It gives an array because there can be several tree nodes for one object, although usually there is only one.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -