The dynatree tag has no wiki summary.
4
votes
1answer
153 views
dynatree - How to scroll to active node?
I have dynatree with fixed height and vertical scrollbar.
node.activate(); selects the node i'm searching for, but doesnt move the vertical scrollbar, so i have to scroll manualy to see active node.
...
3
votes
1answer
71 views
Dynatree jquery plugin add custom properties to node
I would like to add new properties to DynatreeNode class. For example in methods OnSelect I want to use node.myproperty. node.myproperty value is calculated from some DOM element. Is there a way to do ...
3
votes
1answer
119 views
can the popular javascript tree views (jstree, dynatree…) be setup to read data from an adjacency model?
can the popular javascript tree views (jstree, dynatree...) be setup to read data from an adjacency model?
say I have a table with classId, ClassName,ClassType,ParentClassId how can i fetch data for ...
2
votes
2answers
154 views
DynaTree has two highlighted nodes on right click after left click
My problem is whenever I left click a dynatree node then right click another dynatree node to display my context menu the node which was left clicked remains highlighted in blue so I end up with two ...
1
vote
2answers
69 views
Dynatree using asp.net mvc3
I am having a Dynatree that loads up data from a ASP.NET MVC3 controller. For the first call the tree needs to load data and then on wards the tree must load on an on demand basis (lazy loading). The ...
1
vote
1answer
98 views
Dynatree returns error when faced with more than 2000 items
I use dynatree and everything works fine but if a node has large number of items I get an error. I have read about setting enableUpdate(false); function but it also didn't help. Any ideas?
var ...
1
vote
2answers
221 views
jquery dynatree class methods
I'm a new user of dynatree plugin. When I read the documentation, I found the list of tree and node class member functions, such as tree.getRoot(), node.countChildren(). However, when I tried to use ...
1
vote
2answers
503 views
Dynatree with ASP.NET MVC
Has anybody got any examples of using the Dynatree plugin with MVC? I have been wrestling with it without much progress. I have an action method which returns a JsonResult (but selects all columns in ...
1
vote
1answer
249 views
Dynatree: how to make node containing lazy children expandable?
I have created a tree navigation menu using Dynatree (http://wwwendt.de/tech/dynatree/index.html). The tree has four levels: company, group, user and computer. Every object in the tree is selectable ...
1
vote
2answers
1k views
DynaTree root node null / undefined - children undefined
("#tree").dynatree({
minExpandLevel: 1,
//persist: true,
children: [{"title":"First Location",
"isFolder":true,
"expand":true,
"key":"location.92",
...
1
vote
3answers
689 views
JQuery DynaTree plugin - how to invoke hyperlink
I have a link on web page
<li data="url: 'www.mypage.com?index.php?CId=2&MId=14&MTId=1'">mylink
In my js script
I have
$(document).ready(function() {
$("#tree").dynatree({
...
1
vote
2answers
1k views
Jquery Dynatree plugin - how to get children of a given node
I looked through documentation and there seems to be no way to get an
array of children of a given node...
something like
if (parentNode.hasChildren() == true) {
alert('yay');
if ...
0
votes
0answers
11 views
Dynatree: Prevent parent nodes from being selected by default, using select mode 3 (hierarchical)
I am using Dynatree with select mode "3", which enables a hierarchical selection mode.
When my tree renders, all nodes that have children render as selected by default. Leaf nodes render unselected ...
0
votes
0answers
33 views
Disable/enable context menu for jQuery Dynatree not working
I am using the jQuery dynatree along with the context menu found here. The issue I'm having is that I can't get the enable/disable of the context menu or individual items in the menu to work. The ...
0
votes
0answers
30 views
Multiple Node Drag & Drop with Dynatree
I saw the Dynatree documentation [http://wwwendt.de/tech/dynatree/doc/dynatree-doc.html] but I could not find how to implement drop of multiple nodes on to a div. Dropping single node [parent/child ...
0
votes
1answer
10 views
Dynatree - Open link in a new window many time
With dynatree I want to open the link selected by the user in a new window and to have the new window focused. I obtained this so:
if (node.data.url) {
...
0
votes
1answer
16 views
DynaTree: How do you expand all children ( downstream node levels) from a active node?
I've got a 4 level tree and would like to expand all of its children (and children's children) when a level 2 node is activated. I can determine the current activate node level with:
...
0
votes
0answers
28 views
dynatree + asp.net UpdatePanel - make clicked nodes bookmarkable
Is there a option to make the nodes bookmarkable.
Clicking on the nodes causes a postback. I would like to make that click bookmarkable. The tree should be opened the same way when calling the ...
0
votes
1answer
25 views
Dynatree on event show siblings or change data dynamically
Can data that DynaTree uses be changed dynamically?
I have a complete set of data that relates to dynatree, but I want to display only a certain branch of the tree so I iterate over the data and ...
0
votes
1answer
61 views
Is it possible to have multiple checkboxes in one node in jstree or dynatree?
All,
Is it possible to have multiple checkboxes in one node in jstree or dynatree?
I'm new to asp.net mvc and I’m working on a scenario somewhat similar to this one
chkbox1 USA
chkbox2 AK ...
0
votes
0answers
29 views
How do I bind an action to a “create/remove new node” event in DynaTree?
Getting started with DynaTree. I'd like to bind some code to the event which is "adding a new node". The onCreate option seems to be fired when a node is rendered for the first time. Yes, this ...
0
votes
1answer
64 views
Passing javascript object to ajax
I'm trying to use dynatree, and it can be initialized like this:
var treeData =
[
{title: "group1", key:"182" },
{title: "group2", key:"181" },
{title: "group3", key:"189" , ...
0
votes
1answer
29 views
Storing Ajax JSON response in Javascript var
I'm trying to load a Dynatree with the results of an ajax request:
var treeData = [];
$(function(){
$.get('/getTree.do', function(data){
treeData = data;
...
0
votes
1answer
48 views
Dynatree or Jquery UI Dialog slowing down after couple thousand members
I have a simple application where I am displaying the tree list in a dialog box for the users to pick and have a little servlet in background for lazy loading. The problem happens for me when I click ...
0
votes
1answer
104 views
Does Dynatree have json format guidelines for it to load?
I am trying to load dynatree using a json object via ajax. I dont have control over the json names and values inside the object. They will be in the format below. I have not been able to get the tree ...
0
votes
1answer
83 views
CSS side-by-side DIVs - Dynatree doesn't fill horizontally
I have two side-by-side DIVs in a JSP. It works well, with one exception: I can't get the jQuery Dynatree to fill the lefthand DIV's horizontal space properly:
Here's the HTML:
<div ...
0
votes
1answer
83 views
Dynatree - How To Transform The json Coming From Server?
I'm looking for some help with dynatree plugin.
I need to transform the json coming from the server to make it dynatree
compatible (I'm not allowed to do it on the server side),
This below ...
0
votes
2answers
126 views
jQuery DynaTree - how dynamically create nodes
I have a web app (JSPs and Servlets along with jQuery) that I am using a DynaTree to show a set of files found using a user search. The user can of course put in different values, resulting in a ...
0
votes
2answers
188 views
jQuery DynaTree not working
I am trying to get a DynaTree (first use of it) working w/o luck - the "tree" just shows up as a regular HTML list. I'm sure it's something trivial but I'm not seeing it.
Here is my file structure:
...
0
votes
1answer
90 views
Dropping elements into a dynatree
I am just starting out with dynatree (which is indeed v. cool), but I have a non-standard use for it: sorting terms from a long list into the hierarchical Dynatree. Specifically, I want to ...
0
votes
1answer
209 views
How to Load Dynatree via Ajax using MVC
Please someone help.
I cannot work out how to load a Dynatree from the server.
Instead of getting a tree I get "Load error! (error)"
I have read every single part of the documentaion and read ...
0
votes
1answer
102 views
js dynatree plugin from <ul> structure - disable radiobutton selection if its root nodes
I want to disable selection of all nodes, except leafs.
I mean, user should be able to select (radiobutton check) nodes only if it's leaf node of the tree.
I see the docs and is indicated to use:
...
0
votes
1answer
186 views
Parsing objects inside object to get an array of a specific property?
I am using jQuery Dynatree checkboxes to filter markers by date in a Google Map here: http://crocdoc.ifas.ufl.edu/projects/chameleonmapdev/
The checkboxes for specific dates work just fine, but I am ...
0
votes
1answer
461 views
Expand All Nodes on Lazyload in Jquery dynatree
I am using Dyna Tree plugin for tree view.
Now, while expanding the parent node I am using lazy load function,
onLazyRead: function(node){
node.appendAjax({
url: TREEVIEW_JSON_URL
});
}
...
0
votes
2answers
628 views
expand node in dynatree
I have read the examples provided by the developers of dynatree. In one of them show that putting "expand: true" in a node, it is shown expanded from the beginning.
I created a sql query
...
0
votes
1answer
178 views
Selecting large number of nodes in dynatree is slow
I am using dynatree for loading geographical locations in a hierarchical fashion. I have to programmatically select large number of nodes depending on the response from web service. It takes long time ...
0
votes
1answer
483 views
Issue in Dynatree Embed in forms Example
I am trying to implement dynatree embed in forms example given on this website.
This is the script code:
<script type="text/javascript">
$(function(){
$("#tree").dynatree({
...
0
votes
1answer
865 views
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 current tree data and reload with new data from the specified url ...
0
votes
1answer
93 views
How to change the top left margin of Jquery dynatree?
In the ui.dynatree.js, what is the property/value that needs to be changed for the tree to appear at top left corner of the page? i.e. there should be no left and right margin. I am unable to find ...
0
votes
0answers
138 views
dynatree using asp.net.. ajax call return entire page html markup
I am using dynatree ajax call to create the tree. But the ajax call returns entire html markup of the page in response. The method works fine if i call it by normal ajax.
any help ?
0
votes
1answer
234 views
JSF + Dynatree to make a tree represenation
I'd like to draw a tree that is generated in JSF.
I thought I'd use DynaTree and avoid using component libraries, although i'm starting to have second thoughts seeing the complexity of the solution.
...
0
votes
1answer
459 views
How to replace dynatree node with new node?
I have created a dynatree with right contex menu which further has a sub-menu. The requirement is such that on click of any of the item of the sub-menu, the sub-menu item should replace the tree node ...
0
votes
0answers
193 views
Alternate way to call JSP page with response bean values set
Hi I have the following code written for displaying data fetched from response bean on jsp page through servlet. However I am facing problem since I am unable to find a way to call mypage.jsp only ...
0
votes
2answers
455 views
Dynatree - Where can I store additional info in each node?
I am currently testing out Dynatree and I just want to ask if there is an available property/parameter in which I can store additional info (like property 'value' in ASP.NET TreeView) for each node? ...
0
votes
1answer
372 views
Attempt to get node but dynatree tree don't reload completely yet
Everybody hi
Have such script template
tree.reload()
tree.activateKey();
so, it reloads tree and then get focus for special node.
But get such situation - activateKey starts when tree is ...
0
votes
0answers
433 views
jQuery-DynaTree instance does not load properly when used inside a jQuery-UI-Dialog
I have an issue where a DynaTree instance does not load properly when inside a jQuery UI Dialog. I have this working on other pages (with a slightly different DynaTree settings) and this DynaTree ...
0
votes
1answer
577 views
jQuery / Dynatree: How to populate dynatree dynamically using asynchronous ajax call?
Hi I'm new to dynatree, but I find it very cool.
I am trying to use this treeview in my app where I need to populate the tree based on dropdown slection event in my page.
The tree will be initially ...
0
votes
1answer
411 views
Dynatree addChild - question for the component's author
http://wwwendt.de/tech/dynatree/index.html
I would like to clarify the following:
when addChild is invoked - does the whole tree gets re-rendered or just the nodes modified (added nodes and the nodes ...
0
votes
1answer
618 views
Lazy Loading in dynatree
In this component
http://wwwendt.de/tech/dynatree/index.html
under 5.4 Loading child nodes on demand ('lazy loading')
it seems that the only way to load the tree nodes in a lazy manner is to grab ...
0
votes
1answer
408 views
Dynatree toDict()
In the
http://wwwendt.de/tech/dynatree/index.html
it says
toDict()
Convert the tree into a JavaScript object.
See node.toDict() for details.
Is there a way to initialize the tree from ...