<
From version < 43.1 >
edited by Guillaume Delhumeau
on 2018/05/14
To version < 43.2 >
edited by Oana Florea
on 2019/09/13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.OanaTabaranu
Content
... ... @@ -355,3 +355,18 @@
355 355  this.entities = XWiki.EntityReferenceTree.fromJSONObject(transport.responseText.evalJSON());
356 356  {{/code}}
357 357  )))
358 +
359 +{{velocity}}
360 +#set($tag = 'javascript')
361 +#set ($list = $xwiki.tag.getDocumentsWithTag($tag))
362 + (((
363 + (% class="xapp" %)
364 + === $services.localization.render('xe.tag.alldocs', ["//${tag}//"]) ===
365 +
366 + #if ($list.size()> 0)
367 + {{html}}#displayDocumentList($list false $blacklistedSpaces){{/html}}
368 + #else
369 + (% class='noitems' %)$services.localization.render('xe.tag.notags')
370 + #end
371 + )))
372 +{{/velocity}}

Get Connected