Top "Dynatree" questions

Dynatree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, multiple selection, drag and drop, and dynamic Ajax loading.

Set custom attribute using JavaScript

I am using The DynaTree (https://code.google.com/p/dynatree) but I am having some problems and hoping someone …

javascript dom dynatree
how to reload/refresh/reinit DynaTree?

When I do the following $('#tree').dynatree("option","initAjax",{url:"http://google.com"}); I want dynatree to forget about …

javascript jquery treeview dynatree jquery-dynatree
How can I select child node programmatically, in dynatree?

I'm using jQuery's dynaTree in my application and I want to select the all the child nodes programmatically when a …

javascript dynatree jquery-dynatree
Trying to reload/refresh dynatree with new data

I've seen this question already, and I've tried the solution given (use tree.reload()), but it's not working for me. …

jquery dynatree
Create a dynamic treeview with json data - dynatree in jsp

I have a table in database like this: id - title - parentID ----------------------------- 1 Root null 2 item 1 1 3 item 2 1 4 item 3 1 5 item 3.1 4 …

java json jsp spring-mvc dynatree
How do I expand all and collapse all using dynatree?

I am using dynatree and would like to have "open all" and "close all" links above the tree. How do …

javascript jquery dynatree
JQuery Dynatree - search node by name

I would like to start using Dynatree on my page, however I will probably need searching my tree by name. …

search dynatree jquery-dynatree
jQuery Dynatree Plugin - how to disable a node?

http://wwwendt.de/tech/dynatree/index.html Is it possible to disable individual nodes? If so, how?

jquery dynatree
DynaTree root node null / undefined - children undefined

("#tree").dynatree({ minExpandLevel: 1, //persist: true, children: [{"title":"First Location", "isFolder":true, "expand":true, "key":"location.92", "icon":"location.gif", "children":[{"title":"&…

javascript jquery dynatree jquery-dynatree
How to select node in dynatree

tree.dynatree({ initAjax: { url: "../Users/GetTree" }, checkbox: true, selectMode: 2, fx: { height: "toggle", duration: 200 }, persist: true, clickFolderMode: 1, autoFocus: false, onClick: function (…

javascript jquery model-view-controller dynatree