Issues:
- a checkbox will remember values, but adds a space before the comma on save
Example, source:
* Set LOW = %ICON{star-none}%
* Set MEDIUM = %ICON{star-half}%
* Set HIGH = %ICON{star-full}%
%EDITTABLE{ format="| checkbox, 1, one, two, three, four | radio, 1 , uno, due, tre | select, 1, %<nop>LOW%, %<nop>MEDIUM%, %<nop>HIGH% |" changerows="on" }%
| *checkbox* | *radio* | *select* |
| one | uno | %LOW% |
| two | due | %MEDIUM% |
| one, two, three | tre | %HIGH% |
| one, three, four | uno | %HIGH% |
Example, testcase:
- Set LOW =
- Set MEDIUM =
- Set HIGH =
--
TWiki:Main/PeterThoeny
- 2014-01-30