Wiki source code of ReferenceDocuments

Last modified by John Stroy on 2012/09/29 05:00

Show last authors
1 This namespace is used to stash reference documents. These documents include API documentation, both English and Japanese.
2
3 {{velocity}}
4 #set($space="ReferenceDocuments")
5 $msg.get('xe.space.index.description', [$space])
6 #set($collist = ["doc.name","doc.date", "doc.author", "_actions"])
7 #set($colprops = {
8 "doc.name" : { "type" : "text" , "size" : 30, "link" : "view"},
9 "doc.date" : { "type" : "date" },
10 "doc.author" : { "type" : "text", "link" : "author"},
11 "_actions" : {"actions": ["copy","delete","rename","rights"]}
12 })
13 #set($options = { "translationPrefix" : "xe.index.",
14 "rowCount": 15,
15 "extraParams" : "&space=$escapetool.url($space)" })
16 #livetable("spaceindex" $collist $colprops $options)
17 {{/velocity}}