Changes for page jsTree Macro

Last modified by Admin on 2021/03/17 21:52

<
From version < 14.3 >
edited by Josef Haimerl
on 2014/04/19 21:05
To version < 15.2 >
edited by Vincent Massol
on 2014/04/22 10:56
>
Change comment: use image macro

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.jhaimerl
1 +xwiki:XWiki.VincentMassol
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,22 +1,24 @@
1 1  The jsTree Macro uses the XWiki RESTful API and jsTree to display a tree view of wiki documents.
2 2  
3 -jsTree is a jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license.
3 +[[jsTree>>http://www.jsTree.com]] is a jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license.
4 4  jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources and AJAX loading.
5 5  
6 -[[image:macro-jstree.png]]
6 +{{image reference="macro-jstree.png"/}}
7 7  
8 8  The hierarchy of the jstree equals the breadcrumb navigation of XWiki. Documents with parent pages which no longer exist and documents with no parent page are shown in the root node of the space to which the documents belong.
9 9  
10 10  == Usage ==
11 +
11 11  {{code}}
12 12  {{jstree/}}
13 13  {{/code}}
14 14  
15 15  === Contextmenu ===
17 +
16 16  |=Action|=Description
17 17  |Open|Opens a new browser window with the selected document as destination
18 18  |New|Creates a new child document on the selected node
19 19  |Delete|Deletes the selected document
20 20  
21 -[[image:macro-jstree-contextmenu.png]]
23 +{{image reference="macro-jstree-contextmenu.png"/}}
22 22  

Get Connected