Hi all,
I have introduced in my own viewhelpers directory (assume x is the
namespace) a slight modified version of the if viewHelper in order to
allow <x:elseif condition=""> </x:elseif>.
In line notation
{x:if(condition:0,then:'then',elseif:{condition:1,then:'elseif
'},else:'else')}
What do you think about it ?
Regards
Laurent