Wiki source code of Presentation Ideas
Last modified by Vincent Massol on 2019/10/30 16:22
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
7.1 | 1 | Ideas of presentations relaed to XWiki that can be given at conferences. |
| 2 | |||
![]() |
3.1 | 3 | {{velocity}} |
![]() |
6.1 | 4 | #set($columns = ["doc.title", "language", "proposedBy", "duration", "audienceLevel"]) |
![]() |
2.1 | 5 | #set($columnsProperties = { |
| 6 | "doc.title" : { "type" : "text", "link" : "view"}, | ||
![]() |
6.1 | 7 | "language" : { "type" : "text"}, |
![]() |
2.1 | 8 | "proposedBy" : { "type" : "text", "html" : "true"}, |
| 9 | "duration" : { "type" : "text"}, | ||
| 10 | "audienceLevel" : { "type" : "text"} | ||
| 11 | }) | ||
| 12 | #set($options = { | ||
![]() |
5.1 | 13 | "className":"PresentationIdea.Code.PresentationIdeaClass", |
| 14 | "translationPrefix" : "presentationIdeas." | ||
![]() |
2.1 | 15 | }) |
| 16 | #livetable("presentationIdeas" $columns $columnsProperties $options) | ||
![]() |
3.1 | 17 | {{/velocity}} |
