Failed to execute template. Grund: [Encountered "\"ntime\"" at environment:/skins/flamingo/htmlheader.vm[line 1, column 49] Was expecting one of:     "||" ...     "," ...     ")" ...     <WHITESPACE> ...     <NEWLINE> ...     "-" ...     "+" ...     "*" ...     "/" ...     "%" ...     <LOGICAL_AND> ...     <LOGICAL_OR> ...     <LOGICAL_LT> ...     <LOGICAL_LE> ...     <LOGICAL_GT> ...     <LOGICAL_GE> ...     <LOGICAL_EQUALS> ...     <LOGICAL_NOT_EQUALS> ...     ]. Klicke auf diese Nachricht, um Details zu erfahren.

Zum Inhalt springen

Wiki-Quellcode von Filme

Zuletzt geändert von Gregor Buchholz am 2024/12/10 12:50

Verstecke letzte Bearbeiter
Gregor Buchholz 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'longText1': {"type":"text","filterable":false,"sortable":false,"html":true},
4 'doc.title': {"type":"text","size":20,"displayName":"Title","link":"view"},
5 'staticList1': {"type":"list","size":10},
6 'date1': {"type":"text","size":10,"html":true},
7 'databaseList1': {"type":"list","size":10},
8 'boolean1': {"type":"text","size":10},
9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
10 })
11 #set ($options = {
12 'className': 'Help.Applications.Movies.Code.MoviesClass',
13 'translationPrefix': 'movies.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'selectedColumn': 'longText1',
18 'defaultOrder': 'asc'
19 })
20 #set ($columns = ['longText1', 'doc.title', 'staticList1', 'date1', 'databaseList1', 'boolean1', '_actions'])
21 #livetable('movies' $columns $columnsProperties $options)
22 {{/velocity}}