Modificări pentru documentul InterrogateBer
Modificat de Alex Moruz la 2022/12/05 22:25
Modificați comentariu:
Niciun comentariu pentru acestă versiune
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,14 +1,14 @@ 1 1 {{velocity}} 2 2 ##context.put("StringUtils", StringUtils.class); 3 3 4 -#set($columns = ["headBer", "columnBer", "numberBer", "posBer" , "glossBer", "obsBer"])4 +#set($columns = ["headBer", "columnBer", "numberBer", "posBer"]) 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"} ,10 - "glossBer" : { "type" : "text", "html" : "true", "displayName" : "Gloss"}, 11 - "obsBer" : { "type" : "text", "html" : "true", "displayName" : "Obs"} 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"} 12 12 }) 13 13 #set($options = { 14 14 "className":"Lexicon.LexiconEntryClass",