Wiki source code of Available Extension Points

Version 2.1 by Vincent Massol on 2013/09/05

Show last authors
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 To understand how to use them you should read the [[UI Extension Tutorial>>platform:DevGuide.UIXTutorial]].
4
5 {{velocity}}
6 #set($columns = ["doc.title", "category", "id", "description"])
7 #set($columnsProperties = {
8 "doc.title" : { "type" : "text", "link" : "view" },
9 "category" : { "type" : "text" },
10 "id" : { "type" : "text" },
11 "description" : { "type" : "text" }
12 })
13 #set($options = {
14 "tagCloud":true,
15 "className":"ExtensionPoint.UIXDescriptionClass",
16 "selectedColumn":"doc.title",
17 "defaultOrder":"asc",
18 "translationPrefix" : "uix.",
19 "rowCount": 30
20 })
21 #livetable("uixs" $columns $columnsProperties $options)
22 {{/velocity}}

Get Connected