Fanstatic packaging of jquery.dynatree.js
Project description
js.dynatree
Introduction
This library packages jquery.dynatree.js for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.dynatree) are published to some URL.
How to use?
You can import dynatree from js.dynatree and need it where you want these resources to be included on a page:
>>> from js.dynatree import dynatree >>> dynatree.need()
You can also import the default skin:
>>> from js.dynatree import dynatree_skin >>> dynatree_skin.need()
…or the vista skin:
>>> from js.dynatree import dynatree_skin_vista >>> dynatree_skin_vista.need()
CHANGES
1.2.2-1
Fix wrong jqueryui dependency.
1.2.2
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
js.dynatree-1.2.2-1.tar.gz
(70.1 kB
view hashes)