Toggle navigation
Log-in
Home
Page Index
User Index
Application Index
Global
Wiki Index
Help
Applications
Contributors
Wiki source code of
Contributors
Last modified by eaminov on 2017/06/14 01:05
Show line numbers
{{velocity}} #set ($columnsProperties = { 'longText1': {"type":"text","filterable":false,"sortable":false,"html":true}, 'doc.title': {"type":"text","size":20,"displayName":"Name","link":"view"}, 'staticList1': {"type":"list","size":10}, 'date1': {"type":"text","size":10,"html":true}, '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} }) #set ($options = { 'className': 'Help.Applications.Contributors.Code.ContributorsClass', 'translationPrefix': 'contributors.livetable.', 'tagCloud': true, 'rowCount': 15, 'maxPages': 10, 'selectedColumn': 'longText1', 'defaultOrder': 'asc' }) #set ($columns = ['longText1', 'doc.title', 'staticList1', 'date1', '_actions']) #livetable('contributors' $columns $columnsProperties $options) {{/velocity}}