General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
Exalted
▼
:
Document Index
»
Page:
allWriteUps
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Selene's Flurry
»
allWriteUps
Wiki source code of
allWriteUps
Last modified by
Adam Hattrell
on 2011/11/12 17:37
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: {{velocity}} 2: #set($columns = [ "doc.title" ,"extract" ,"publishDate" , "_images"]) 3: #set($columnsProperties = { 4: "extract" : { "type" : "text", "size" : 10, "filterable" : true, "sortable": true }, 5: "publishDate" : {"displayName" : "Published", "type" : "text", "size" : 10, "filterable" : true, "sortable": true }, 6: "doc.title" : { "displayName" : "Title", "type" : "text", "link" : "view", "size" : "20", "filterable" : true, "sortable": true }, 7: "_images" : {"displayName" : "Images"}, 8: "doc.space" : { "type" : "hidden", "size" : "20" } 9: }) 10: 11: #set($options = { 12: "className":"Blog.BlogPostClass", 13: "tagCloud" : true, 14: "rowCount": 10, 15: "maxPages" : 10, 16: "selectedColumn" : "publishDate", 17: "defaultOrder" : "desc", 18: "extraParams" : "&space=Exalted" 19: }) 20: 21: #livetable("blogpost" $columns $columnsProperties $options) 22: {{/velocity}}