EditRowPlugin expands TWiki Variable when you edit and save a table making the smart TWiki variable a "dumb" static text.
Same problem that
EditTablePlugin has. I had hoped the much newer
EditRowPlugin had addressed this but it has not.
See also
Item3890,
Item3958,
Item4852 and
Item4170
--
TWiki:Main/KennethLavrsen
- 19 Oct 2007
The plugin was designed to be closely compatible with
EditTablePlugin (the main purpose was to provide row-by-row editing) so it has the same constraints. This was not expressed as a requirement, but I'd be happy to consider it as an enhancement if you can provide a testcase....
CC
See my change to EditTablePlugin to only expand escaped variables on view.
--
TWiki:Main.ArthurClemens
- 20 Oct 2007
OK, I changed it, but rather than using $percnt I made it present % in the editor. More useable.
CC