Wiki source code of Available Extension Points

Version 1.2 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", "id", "description"])
7 #set($columnsProperties = {
8 "doc.title" : { "type" : "text", "link" : "view" },
9 "id" : { "type" : "text" },
10 "description" : { "type" : "text" }
11 })
12 #set($options = {
13 "tagCloud":true,
14 "className":"ExtensionPoint.UIXDescriptionClass",
15 "selectedColumn":"doc.title",
16 "defaultOrder":"asc",
17 "translationPrefix" : "uix.",
18 "rowCount": 30
19 })
20 #livetable("uixs" $columns $columnsProperties $options)
21 {{/velocity}}

Get Connected