Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<ui:if test="'foo' in %{'foo','bar'}">
   muhahaha
</ui:if>
<ui:else>
   boo
</ui:else>

<ui:if test="'foo' not in %{'foo','bar'}">
   muhahaha
</ui:if>
<ui:else>
   boo
</ui:else>

...