Last modified by Thomas Mortagne on 2023/10/13

From version 1.1
edited by Thomas Mortagne
on 2014/01/10
Change comment: There is no comment for this version
To version 3.1
edited by Guillaume Delhumeau
on 2014/01/13
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.gdelhumeau
Content
... ... @@ -38,7 +38,19 @@
38 38  
39 39  == Miscellaneous ==
40 40  
41 -<other dev stuff to add and link to JIRA for all issues fixed>
41 +* We added a new parameter to the [[Live Table Velocity macro>>extensions:Extension.Livetable Macro]] named 'selectedTags' which controls the list of tags that are selected initially in the tag cloud. You can still select different tags after the live table loads. With this new parameter you can have a permanent link to a live table that has the rows filtered initially by some tags:(((
42 +{{code language="none"}}
43 +## /xwiki/bin/view/Demo/WebHome?tag=news&tag=science
44 +#set ($options = {
45 + 'className': 'Demo.DemoClass',
46 + ...
47 + 'tagCloud': true,
48 + 'selectedTags': $request.getParameterValues('tag'),
49 + ...
50 +})
51 +{{/code}}
52 +)))
53 +* The module {{code}}xwiki-platform-wiki-rest{{/code}} replaces the old module {{code}}xwiki-platform-wiki-manager-rest{{/code}} in order to move {{code}}xwiki-platform-wiki-manager{{/code}} in {{code}}contrib{{/code}}, but the API is unchanged.
42 42  
43 43  = Translations =
44 44  

Get Connected