Hi all,
I don't know if what I am asking is possible but I've got a Radio input with 3 choices:
[] CPU
[] Memory
[] CPU and Memory
I want to be able to show and hide panels depending on this choice. It's ok for CPU OR Memory input because it's only a depends="$showCpu$" or the other one for memory.
But when I want to display both I can't find the solution.
using depends="$showCpu$,$showMemory$" would expect both tokens to be set... it's a AND condition.
Is there any "OR" condition that I missed somewhere? do you see anything I could do to solve this please?
Thanks in advance for your help guys!
Laurent
↧