-
How to align pageBlockButtons left or right in a pageBlock?
How to align pageBlockButtons left or right or center in a pageBlock?
<apex:pageBlock id="buttons">
<apex:pageBlockButtons >
<apex:commandButton action="{!doRedirect}" value="clickToRedirect"/>
</apex:pageBlockButtons>
</apex:pageBlock>
Log In to reply.
Popular Salesforce Blogs

Salesforce Summer ’21 Release - Highlights You Need to Know About
It’s time for Salesforce’s Summer ’21 Release! Salesforce has once again built a bunch of new features and improvements to ensure we, the users and…

How to Clone a Record In Apex?
What is Clone Record in Apex? The clone() method in Salesforce Apex makes a duplicate of the sObject record. There are four Boolean-type optional parameters…