Changes for page InterrogateBer
Last modified by Alex Moruz on 2022/12/05 22:25
edited by Alex Moruz
on 2022/12/05 22:25
on 2022/12/05 22:25
edited by Alex Moruz
on 2022/12/02 13:43
on 2022/12/02 13:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,12 +1,14 @@ 1 1 {{velocity}} 2 2 ##context.put("StringUtils", StringUtils.class); 3 3 4 -#set($columns = ["headBer", "columnBer", "numberBer", "posBer"]) 4 +#set($columns = ["headBer", "columnBer", "numberBer", "posBer", "glossBer", "obsBer"]) 5 5 #set($columnsProperties = { 6 6 "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber", "link" : "auto", "match" : "partial"}, 7 7 "columnBer" : { "type" : "text", "html" : "true", "displayName" : "Column"}, 8 8 "numberBer" : { "type" : "text", "html" : "true", "displayName" : "Position"}, 9 - "posBer" : { "type" : "text", "html" : "true", "displayName" : "Part of Speech"} 9 + "posBer" : { "type" : "text", "html" : "true", "displayName" : "Part of Speech"}, 10 + "glossBer" : { "type" : "text", "html" : "true", "displayName" : "Gloss"}, 11 + "obsBer" : { "type" : "text", "html" : "true", "displayName" : "Obs"} 10 10 }) 11 11 #set($options = { 12 12 "className":"Lexicon.LexiconEntryClass",