Skip to content

Instantly share code, notes, and snippets.

@atulgupta31
Last active November 22, 2015 21:10
Show Gist options
  • Save atulgupta31/3e85de56b65f38802725 to your computer and use it in GitHub Desktop.
Save atulgupta31/3e85de56b65f38802725 to your computer and use it in GitHub Desktop.
<apex:page>
<apex:panelGrid columns="3" id="theGrid" border="1">
<apex:outputText value="First" id="theFirst"/>
<apex:outputText value="Second" id="theSecond"/>
<apex:panelGroup id="theGroup">
<apex:outputText value="Third" id="theThird"/>
<apex:outputText value="Fourth" id="theFourth"/>
</apex:panelGroup>
</apex:panelGrid>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment