Wiki source code of Available Extension Points

Last modified by Vincent Massol on 2023/10/10

Hide last authors
Vincent Massol 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
Vincent Massol 3.7 3 To understand how to use them you should read the [[UI Extension Tutorial>>Documentation.DevGuide.Tutorials.UIXTutorial.WebHome]].
Vincent Massol 1.1 4
Ecaterina Moraru (Valica) 3.4 5 {{velocity}}
6 #set($columns = ["doc.title", "category", "id", "contributorid", "version", "description"])
Vincent Massol 1.1 7 #set($columnsProperties = {
8 "doc.title" : { "type" : "text", "link" : "view" },
Vincent Massol 2.1 9 "category" : { "type" : "text" },
Vincent Massol 1.1 10 "id" : { "type" : "text" },
Vincent Massol 3.2 11 "contributorid" : { "type" : "text" },
Vincent Massol 3.1 12 "version" : { "type" : "text" }
Vincent Massol 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 })
Ecaterina Moraru (Valica) 3.4 22 #livetable("uixs" $columns $columnsProperties $options)
23 {{/velocity}}

Get Connected