Custom css based on a when condition
Hi, I have this onserted in inline style and it works perfectly
<pega:when test='Active==false'>background-color: red; </pega:when>
it checks if bool active is false and makes the background red f it false.
However I want to check more than 1 parameter. I want to check if active == false && available == false
How to achieve that?
Best Regards,
Mohammad Bashir Sidani.
Message was edited by: Lochan to add Category