Help/Applications/Contributors
De SupraWiki
- 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)
