Skip to main content
2 件の回答
  1. 2022年8月18日 11:19

    Hi,

    Most probably you need a <apex:actionStatus>. A component that displays the status of an AJAX update request. An AJAX request can either be in progress or complete. So you could display different text for start and stop states:

    <apex:actionStatus startText=" (incrementing...)" stopText=" (done)" />

    See more in https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_actionStatus.htm

0/9000