The trees we see in User Interfaces help sort out long, hierarchical lists. A file system is the classic example, with Windows using it in Explorer. The Dijit tree widget is like that.
Questions tagged [dijit.tree]
65 questions
0
votes
1 answer
dojo.data.ItemFileWriteStore: Invalid item argument in dijit.tree
While working with dojo toolkit and the djit.tree widget, I received the the following error:
dojo.data.ItemFileWriteStore: Invalid item argument
in my javascript function which loads data in json format from my php server and displays it in a…

user1995621
- 47
- 3
- 9
0
votes
2 answers
expand particular node in dojo tree
I have three nodes in the tree and would like to keep the first node expanded, is there a way in dojo tree which would support this?
Thanks.

user1716006
- 51
- 4
- 11
0
votes
1 answer
Didn't get dijit.Tree to lazy loading
I need to lazy-load the directories into a dijit.Tree which is in a dijit.form.Dialog.
I get the root directories and I can put them into the tree with the root node 'Computer',
but I can't figure out how to get the lazy-loading to work.
When I…

Melanie
- 21
- 2
- 9
0
votes
1 answer
dojo require fails
see this fiddle. This upon running gives an error in console. I'm currently on chrome. Is this a bug?
doing require(["dijit/tree" ] should load .../digit/tree.js but it gives a 404
GET http://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dijit//tree.js…

prongs
- 9,422
- 21
- 67
- 105
0
votes
1 answer
dijit tree example
I've been trying to copy and paste dijit tree examples from the web that use the ajax.google.com version of dojo 1.7.2 and I cannot get anything to work. Does anyone know of a single page whose source I can view, copy, and paste, and have a…

user1093512
- 49
- 2