Wiki source code of Available Extension Points
Last modified by Vincent Massol on 2023/10/10
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | This is the full list of all [[Extension Points>>extensions:Extension.UIExtension Module]] that are made available by existing [[XWiki Extensions>>extensions:Main.WebHome]]. |
2 | |||
![]() |
3.7 | 3 | To understand how to use them you should read the [[UI Extension Tutorial>>Documentation.DevGuide.Tutorials.UIXTutorial.WebHome]]. |
![]() |
1.1 | 4 | |
![]() |
3.4 | 5 | {{velocity}} |
6 | #set($columns = ["doc.title", "category", "id", "contributorid", "version", "description"]) | ||
![]() |
1.1 | 7 | #set($columnsProperties = { |
8 | "doc.title" : { "type" : "text", "link" : "view" }, | ||
![]() |
2.1 | 9 | "category" : { "type" : "text" }, |
![]() |
1.1 | 10 | "id" : { "type" : "text" }, |
![]() |
3.2 | 11 | "contributorid" : { "type" : "text" }, |
![]() |
3.1 | 12 | "version" : { "type" : "text" } |
![]() |
1.1 | 13 | }) |
14 | #set($options = { | ||
15 | "tagCloud":true, | ||
16 | "className":"ExtensionPoint.UIXDescriptionClass", | ||
17 | "selectedColumn":"doc.title", | ||
18 | "defaultOrder":"asc", | ||
19 | "translationPrefix" : "uix.", | ||
20 | "rowCount": 30 | ||
21 | }) | ||
![]() |
3.4 | 22 | #livetable("uixs" $columns $columnsProperties $options) |
23 | {{/velocity}} |