Wiki source code of EPUB Export Application
Last modified by RPG Research Xwiki Documents Administrator on 2023/09/27 22:26
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set($columns = ["title", "doc.date"]) | ||
3 | #set($columnsProperties = { | ||
4 | "title" : { "type" : "text" , "html": true, "size" : 20, "link" : "view"} | ||
5 | }) | ||
6 | #set($options = { | ||
7 | "className":"Epub.Code.EpubBookClass", | ||
8 | "translationPrefix": "Epub.Code.EpubBookClass_", | ||
9 | "tagCloud" : false, | ||
10 | "rowCount": 10 | ||
11 | }) | ||
12 | #livetable("books" $columns $columnsProperties $options) | ||
13 | {{/velocity}} |