JSTreeContrib
The popular jsTree jQuery plugin, packaged for reuse
This add-on packages up the jQuery "jsTree" plugin to give you poserful support for display and
manipulation of n-ary tree data.
See
http://www.jstree.com for more information.
Usage
Lists can be converted into a jsTree by wrapping it into a
.jsTree
DIV container. Any additional
options to the widget are specified using HTML5 data-* attributes.
Example:
%JQREQUIRE{"jstree"}%
<div class="jsTree" data-core='{"initially_open":["corporate"], "animation":100}' data-ui='{"initially_select":["industry"], "select_multiple_modifier":"on"}' >
* <a id='root'>%JQICON{"house"}% Root</a>
* <a id='corporate'>%JQICON{"bell"}% Corporate</a>
* <a>%JQICON{"chart_organisation"}% Business Structure</a>
* <a>%JQICON{"eye"}% Customers</a>
* <a>%JQICON{"telephone"}% Employee Directory</a>
* <a id='industry'>%JQICON{"lorry"}% Industry</a>
* <a>%JQICON{"anchor"}% Our Company</a>
* <a>%JQICON{"basket"}% Products</a>
* <a>%JQICON{"folder_heart"}% Services</a>
* <a>%JQICON{"car"}% Traveling</a>
* <a>%JQICON{"sitemap"}% Departments</a>
* <a>%JQICON{"pilcrow"}% Projects</a>
* <a>%JQICON{"wrench_orange"}% Tools & Services</a>
</div>
Error: (3) can't find JSTreeSnap.png in System
Installation Instructions
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.
Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".
If you have any problems, or if the extension isn't available in
configure
, then you can still install manually from the command-line. See
http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Info