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