Wiki source code of Documentation for all extensions
Last modified by Vincent Massol on 2025/10/24 15:06
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{comment}} | ||
| 2 | The way to use this page is by calling with a "id" (representing an extension id) + an "name" (representing the extension name) query string parameters. | ||
| 3 | {{/comment}} | ||
| 4 | |||
| 5 | {{velocity}} | ||
| 6 | {{liveData | ||
| 7 | id="exodoc" | ||
| 8 | properties="doc.title,doc.location,type,target,id" | ||
| 9 | source="liveTable" | ||
| 10 | sourceParameters="className=DocApp.Code.DocumentationExtensionClass&translationPrefix=docapp.&type_class=DocApp.Code.DocumentationClass&target_class=DocApp.Code.DocumentationClass" | ||
| 11 | #if ("$!request.id" != '')filters="id=${request.id}"#end | ||
| 12 | }} | ||
| 13 | { | ||
| 14 | "meta": { | ||
| 15 | "propertyDescriptors": [{"id": "id", "visible": false}] | ||
| 16 | } | ||
| 17 | } | ||
| 18 | {{/liveData}} | ||
| 19 | {{/velocity}} |