Questions tagged [dynatree]

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

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

Main features

  • Optimized for large dynamic trees (DOM elements are only created when really needed).
  • Programmable through a rich object oriented interface.
  • Support for lazy loading and Ajax.
  • Checkboxes and hierarchical selection
  • Supports drag and drop.
  • Support for persistence.
  • Keyboard aware.
  • Initializes from HTML code, JSON, or JavaScript objects.

Quick start

  • Include jQuery and dynatree libraries.
  • Add a element where the tree should appear.
  • Initialize the dynatree object when the page is loaded.

LINKS

246 questions
0
votes
2 answers

Performance of folder selection dialogue

I need to present a folder selection of the entire hard drive of the user (script runs on the user pc). From that list the user can choose one or more folders. I am using the jquery library dynatree (http://code.google.com/p/dynatree/) for…
SebBau
  • 37
  • 5
-1
votes
3 answers

jQuery.dynatree.js - JS Error in IE 8, Unknown Runtime Error Line 320 char 8

My dynatree works fine in Firefox. In internet explorer 8 it gives me an unknown runtime error. What can I do?
AllWorkNoPlay
  • 454
  • 1
  • 4
  • 20
-1
votes
1 answer

Mixing multiple select (checkboxes) and single select (radio buttons) in dynatree siblings

My dynatree looks something like this :- |---- Their Car |----------- Cars ----- |---- My Car | Objects ----------- |----------- Boats -----| --- My…
anath2
  • 71
  • 2
  • 7
-1
votes
1 answer

Dynatree multi - selection implementaion ala Windows style

I would like to implement windows style multi-selection: when user holds CTRL key and selects several nodes of the tree. Dynatree (from here http://wwwendt.de/tech/dynatree/doc/dynatree-doc.html) by default has checkboxes for node selection which…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
-1
votes
1 answer

Converting a directory structure and parsing to JSON format in C#

I want to get the directory structure on server and parse it to json format so that I can send this to jQuery treeview plugin(Dynatree) through ajax. Dynatree accepts tree data something like this: [ {"title": "Item 1"}, {"title": "Folder 2",…
ssa
  • 199
  • 5
  • 13
-2
votes
1 answer

Conversion of JSON to XML

I am converting JSON Values to XML. Instead of getting JSON properties as elements of XML I am getting "title":"source". The output I wanted is source. What is the mistake I am doing? I am writing this code in…
1 2 3
16
17