# Categoy items definition template radio|UseCategory|0|Yes|No, delete this category table radio|DocType|0|UseCase|UserAction|Panel|PageBean|Twikiconfig # syntax: # # - valid lines: # select|{name}|{selSize}|{val1}|{val2}|{val3}... # checkbox|{name}|{checkFlag}|{itemsPerLine}|{val1}|{val2}|{val3}... # radio|{name}|{itemsPerLine}|{val1}|{val2}|{val3}... # text|{name}|{charSize} # # - explanation: # {name} name of tag # {selSize} vertical size of SELECT tag # {val1}|{val2}... values # {checkFlag} set to true if [Set] [Clear] buttons, else set to false # {itemsPerLine} input items per line before wrap around, 0 if no wrap around # {charSize} number of characters for text fields # # - remark: # Line "radio|use Category|0|Yes|No, delete this category table" # has a special meaning. If present, it is possible to choose in "edit" # if the category section is included or not