Wiki source code of Available Extension Points
Last modified by Vincent Massol on 2025/06/17 18:28
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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>>Documentation.DevGuide.Tutorials.UIXTutorial.WebHome]]. | ||
| 4 | |||
| 5 | {{velocity}} | ||
| 6 | #set($columns = ["doc.title", "category", "id", "contributorid", "version", "description"]) | ||
| 7 | #set($columnsProperties = { | ||
| 8 | "doc.title" : { "type" : "text", "link" : "view" }, | ||
| 9 | "category" : { "type" : "text" }, | ||
| 10 | "id" : { "type" : "text" }, | ||
| 11 | "contributorid" : { "type" : "text" }, | ||
| 12 | "version" : { "type" : "text" } | ||
| 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 | }) | ||
| 22 | #livetable("uixps" $columns $columnsProperties $options) | ||
| 23 | {{/velocity}} |