Skip to main content

Fancytree as a zope resource

Project description

collective.js.fancytree
=======================

Introduction
============

This addon register Fancytree_ to Plone resource registry.

version: 2.19.0

About Fancytree
===============

Fancytree (sequel of DynaTree 1.x) is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading.


Declare the package as a dependency
===================================

You will use this package as a dependency of your site or plugin package.

- in `setup.py`, add `collective.js.fancytree` in `install_requires` section,
- in `configure.zcml`, add `<include package="collective.js.fancytree" />`,
- in your `profiles/default/metadata.xml`, add:
- `<dependency>profile-collective.js.fancytree:all</dependency>` to add fancytree with all plugins,
- **or** `<dependency>profile-collective.js.fancytree:default</dependency>` to add basic fancytree,
- **and** `<dependency>profile-collective.js.fancytree:theme-*****</dependency>` to add the theme.

Available themes: `theme-lion` and `theme-vista`.

Credits
=======

- Gauthier BASTIEN <gauthier.bastien@imio.be>
- Thomas DESVENAIN <thomas.desvenain@gmail.com>
.. _Fancytree: https://github.com/mar10/fancytree

Contributors
============

Changelog
=========

2.19.0.0 (2016-12-01)
---------------------

- Upgrade FancyTree to 2.19.0
- Included themes


0.2 (2014-08-12)
----------------

- Adapted MANIFEST.in so every files are taken into account
[gbastien]


0.1 (2014-08-12)
----------------

- Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.js.fancytree-2.19.0.0.tar.gz (199.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page