Code Format:
<apex:page showHeader="false" controller="example" >
<apex:form >
<apex:panelGrid columns="1" style="float:right;">
<apex:commandButton value="First"/>
<apex:commandButton value="Second"/>
<apex:commandButton value="Third"/>
<apex:commandButton value="Done"/>
</apex:panelGrid>
</apex:form>
</apex:page>
Output:
<apex:page showHeader="false" controller="example" >
<apex:form >
<apex:panelGrid columns="1" style="float:right;">
<apex:commandButton value="First"/>
<apex:commandButton value="Second"/>
<apex:commandButton value="Third"/>
<apex:commandButton value="Done"/>
</apex:panelGrid>
</apex:form>
</apex:page>
Output:
No comments:
Post a Comment