<apex:outputPanel rendered="{!TrueVariable}"> | |
True | |
</apex:outputPanel> | |
<apex:outputPanel rendered="{! !TrueVariable }"> | |
False | |
</apex:outputPanel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment