This is an example of EditTablePlugin usage with move/lock row add-on
In this example, any
LOCKED task will not be shown as editable. Any task in state
CANCELLED or
FINISHED will be moved at end of topic table on save action. This will not work on TWiki.org as it need a patch
EditTablePlugin (see
EditTablePluginDev).
Doc
Added parameters
| Parameter |
Comment |
Default |
keywordlock |
a cell containing keyword (regex) will make corresponding row protected against edit |
None |
keywordmove |
a cell containing keyword (regex) will make corresponding rows to be moved with rule given by moverows |
None |
moverows |
define how a row is moved when keywordmove match :- move at end of table :
end , - move in a table after this one :
after , - move at end of topic :
topicend |
None |
Example
- example of added parameters :
changerows="add" keywordmove="FINISHED|CANCELLED" moverows="topicend" keywordlock="LOCKED"
FINISHED and CANCELLED actions have been automatically moved here by
EditTablePlugin (if patched) :