Skip to content

Instantly share code, notes, and snippets.

@TheVishnuKumar
Created January 3, 2019 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheVishnuKumar/51e150322e4b6f60fd08764e11ff8dd6 to your computer and use it in GitHub Desktop.
Save TheVishnuKumar/51e150322e4b6f60fd08764e11ff8dd6 to your computer and use it in GitHub Desktop.
<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