Changes for page Tree Widget

Last modified by Admin on 2024/03/29 01:15

<
From version < 17.2 >
edited by Admin
on 2015/11/30 14:22
To version < 18.1 >
edited by Marius Dumitru Florea
on 2015/12/04 09:55
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Admin
1 +xwiki:XWiki.mflorea
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -243,7 +243,7 @@
243 243  )))
244 244  * Request an action: ##?action=<actionName>##. The action can be performed both synchronous and asynchronous. For synchronous actions it's enough to return the proper HTTP status code for success and failure. For asynchronous actions (e.g. a job running in background in a separate thread) you may want to return the job status as JSON.
245 245  
246 -For advanced examples of dynamic trees please checkout:
246 +If you want to create your own dynamic tree then follow the [[Creating a Tree View>>platform:DevGuide.CreatingATreeView]] tutorial. For advanced examples of dynamic trees please checkout:
247 247  
248 248  * [[the Document Tree>>https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentTree.xml]]
249 249  * [[the File Manager Tree>>https://github.com/xwiki-contrib/application-filemanager/blob/master/ui/src/main/resources/FileManagerCode/DriveTree.xml]]

Get Connected