-
How to align 11 to 13th line in centre in mentioned code in Salesforce?
<apex:page controller="sample"> <apex:form > <apex:tabpanel> <apex:tab label="home" name="home" id="home"> <apex:pageBlock id="pg"> <apex:pageBlockSection rendered="{!batchStatusBool}"> <apex:actionStatus id="act" startText="Checking..." /> Batch Contact_Status is {!batchStatus} <br/><br/> Batch Total_Job_Items = {!batch1}<br/><br/> Batch Number_Of_Errors = {!batch2}<br/> <apex:outputText > </apex:outputText> <apex:actionPoller interval="5" action="{!checkBatchStatus}" enabled="{!pollerBool}" reRender="pg" status="act"/> </apex:pageBlockSection> <apex:pageBlockButtons location="bottom"> <apex:commandButton value="Call Account Update Batch" action="{!callAcctUpdateBatch}"/> </apex:pageBlockButtons> </apex:pageBlock> </apex:tab> </apex:tabpanel> </apex:form> </apex:page>How to align 11 to 13th line in centre?
-
This discussion was modified 6 years, 2 months ago by
Deepak.
-
This discussion was modified 6 years, 2 months ago by
Forcetalks.
-
This discussion was modified 6 years, 2 months ago by
Log In to reply.
Popular Salesforce Blogs
5 Salesforce Lightning Features You're Missing Out On
Personalities praised for being bold, unique and intuitive deserve a working environment that reflects the same. Salesforce has transitioned from data entry focused on workflow…
Details About Separation of Concerns | Salesforce Developer Guide
At the point when You Don't Need SOC on Force.com One critical advantage of Force.com is its definitive improvement model that allows you to make…
OAuth 2.0 Client Credentials Flow | Salesforce Developer Guide
OAuth 2.0 has a flow called Client Credentials that is useful when there are requests to APIs that don't involve the user. The client credentials…
Popular Salesforce Videos
Salesforce CPQ from Scratch
CPQ Salesforce, or Configure, Price, Quote Software by Salesforce is a sales tool for companies to provide accurate pricing with any given product configuration scenario.…
Salesforce Developer Career Path | How to Become Salesforce Developer
Watch this video to get a good idea about the Salesforce Developer Career Path. In this video you will learn how to become Salesforce Developer.…
Strange Requirements | Manual Round Robin ID in Salesforce
In this video, you will learn to create a Manual Round Robin ID using custom Apex in Salesforce. The requirement was to create a Round…
Popular Salesforce Infographics
The ROI of Building Apps on Salesforce
With our ROI Calculator, embark on a journey to discover how much more productive your organization can be when building apps using the Salesforce Platform.…
What Can Salesforce’ Non Profit Success Pack Provide You With?
The Nonprofit Success Pack NPSP (formerly known as "Nonprofit Starter Pack) is a set of managed packages developed and maintained by Salesforce.org and made available…
6 Types of Relationships in Salesforce
A relationship in Salesforce is a 2-way association between 2 objects. Using relationships we can link objects with each other and we can make connections…