Wiki source code of TradeJournal

Last modified by Drunk Monkey on 2024-09-27 08:27

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'forexPair': {},
5 'OpenDate': {"html":true},
6 'CloseDate': {"html":true},
7 'Entry': {},
8 'shortText': {},
9 'TradeAnalysis': {"filterable":false,"sortable":false,"html":true}
10 })
11 #set ($options = {
12 'className': 'TradeJournal.Code.TradeJournalClass',
13 'translationPrefix': 'tradejournal.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'selectedColumn': 'doc.title',
18 'defaultOrder': 'asc'
19 })
20 #set ($columns = ['doc.title', 'forexPair', 'OpenDate', 'CloseDate', 'Entry', 'shortText', 'TradeAnalysis'])
21 #livetable('tradejournal' $columns $columnsProperties $options)
22 {{/velocity}}