Friday, August 19, 2011

Show Image as Progress Bar on Visualforce Page ActionStatus Tag in Salesforce




Hello Guys..
Mostly we use the the ActionStatus Tag with StartText And StopText Attribute..
Like
<apex:actionStatus startText="Processing..."  id="sts">

We have another way the show the image as progress bar on visualforce page using another tag Apex Facet.

<apex:actionStatus id="sts" style="align:center;">       
            <apex:facet name="start">
                         <apex:image value="/img/loading.gif" title="Processing..."/>
             </apex:facet>
            <apex:facet name="stop"></apex:facet>
</apex:actionStatus>

2 comments:

  1. This is a very good article, we have told about Androvid on our site Androvid App

    ReplyDelete
  2. State management in Batch Apex is crucial for handling large data volumes in Salesforce. Batch Apex processes data in chunks, and managing state ensures data consistency across these batches. Use to maintain variables between executions. This is helpful for aggregating results or managing dynamic processing logic. Proper state management improves performance and ensures accurate data handling in batch processes.
    Thank you
    Data science Courses in Berlin







    ReplyDelete