Описание тега jquery-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
- SOURCE CODE: http://code.google.com/p/dynatree/
- DOCUMENTATION: http://wwwendt.de/tech/dynatree/doc/dynatree-doc.html
- EXAMPLES: http://wwwendt.de/tech/dynatree/doc/samples.html
- FORUM: http://groups.google.com/group/dynatree
- WEBSITE: http://wwwendt.de/tech/dynatree/index.html