jquery.dynatree

WebJar for jquery.dynatree

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

jquery.dynatree
Последняя версия

Последняя версия

1.2.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

jquery.dynatree
WebJar for jquery.dynatree
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/mar10/dynatree

Скачать jquery.dynatree

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery.dynatree/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>jquery.dynatree</artifactId>
    <version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.dynatree/
implementation 'org.webjars.bower:jquery.dynatree:1.2.8'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.dynatree/
implementation ("org.webjars.bower:jquery.dynatree:1.2.8")
'org.webjars.bower:jquery.dynatree:jar:1.2.8'
<dependency org="org.webjars.bower" name="jquery.dynatree" rev="1.2.8">
  <artifact name="jquery.dynatree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery.dynatree', version='1.2.8')
)
libraryDependencies += "org.webjars.bower" % "jquery.dynatree" % "1.2.8"
[org.webjars.bower/jquery.dynatree "1.2.8"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : jquery jar [1.5,)

Модули Проекта

Данный проект не имеет модулей.

jquery.dynatree.js GitHub version

Dynatree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.

Note: This repository was migrated from Google Code at 2015-03-15.

Status

GitHub version See the change log for details.

Note: Fancytree 2.x is released

Dynatree 1.x will eventually be replaced by Fancytree.
I will support Dynatree for a while, but no new features will be added.

It is recommended to migrate to Fancytree. It's easy: see also the migration hints.

Overview

Dynatree is a jQuery plugin that allows to dynamically create html tree view controls using JavaScript.

sample

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.

Documentation

Quick start

  1. Include jQuery and dynatree libraries.
  2. Add a <div> element where the tree should appear.
  3. Initialize the dynatree object when the page is loaded.

To learn more

  1. Check the example page and click on the [View source code] links.
  2. Read the documentation.
  3. Fiddle with the samples.

Feedback and Support

  • A discussion forum is in place to ask questions or discuss features.
  • Check Stack Overflow for existing questions and answers.
  • Use the Issue Tracker to get a list of known bugs, or vote for a feature.
    Please make sure you searched the group and issue tracker, before adding a new request.
  • If you like: Make a donation.
  • Using this library in a commercial product and need some help to meet you deadline? Cont(r)act me!

Версии библиотеки

Версия
1.2.8