Skip to main content

Questions tagged [actionstatus]

The tag has no usage guidance.

0 votes
0 answers
672 views

How to show ActionStatus spinner without using the reRender tag on button

I am using an SLDS VF page, where I display search parameters. When "Search" button is clicked, the parameters are picked up and a call is made to an external resource, and if there are any matches ...
Ivo Dimov's user avatar
  • 357
1 vote
1 answer
450 views

What is the replacement of <apex:actionstatus> and <apex:inputHidden> tag in lightning

Does any one know that what are the tags we can use instead of <apex:actionstatus> and <apex:inputHidden> in lightning I checked Salesforce classic documentation on these tags but don't ...
Developer's user avatar
3 votes
1 answer
603 views

How to add spinner animation with element other than commandbutton?

I am able to add spinner animation using apex:commandbutton. Here is the reference to add spinner animation when commandbutton is clicked: Popup "spinner" style apex:actionStatus But how ...
Rival's user avatar
  • 593
1 vote
2 answers
5k views

Using actionStatus to disable button in visualforce

I'm trying to disable in a visualforce page a custom button after clicking once. Admittedly, I'm newer to v-force pages than apex, so I don't fully understand what's going on here. But, after some ...
justinpdove's user avatar
1 vote
2 answers
2k views

apex:actionstatus with remote-action call from javascript

i want to show waiting spinner on my remote-action call on command button with onClick event. i have wrote following code for that but its now working : VisualForce Page: <apex:actionStatus id="...
patelkiran3090's user avatar
1 vote
0 answers
35 views

Need some public API to get status of an Instance

I need to pull up the information regarding some instances, whether they are currently available, Performance Degradation, Service Disruption or under maintenance, along with the cause (if any). I ...
Arijit's user avatar
  • 11
0 votes
1 answer
571 views

facet image position not setting screen center its showing on top corner

<apex:pageBlock > <apex:actionStatus id="actStatus" style="align:center;position:absolute;z-index:99999;" > <apex:facet name="start"> <img src="/img/loading.gif" ...
cloudZigZag's user avatar
  • 1,376
0 votes
1 answer
509 views

actionStatus on commandButton breaks PageReference

I'm trying to add an progress indicator on a custom "Save" commandButton on a Visualforce page. The method that the button calls returns a PageReference. Once I add in the actionStatus code, I get the ...
lforce's user avatar
  • 1
0 votes
1 answer
539 views

VF: ActionStatus not working

I am trying to get an action status to gray out the page while the DML update is in progress. I have had success with this on other pages but I can't get it to work on this one. Can someone tell me ...
Matt M's user avatar
  • 1,477
1 vote
0 answers
1k views

How to call actionStatus in javascript onchange event?

I want to show loading image on change of a selectlist value. Already 3 javascript functions is being called during onchange event, hence actionSupport is not working when onchange event is used. I ...
Ashish's user avatar
  • 53
1 vote
2 answers
4k views

Show a loading image/message in the onLoad event of a Visualforce page

I tried this and this without luck before posting. I have a visualforce page that executes a lot of loops and computations based on custom objects and it takes about 6 - 8 seconds for it to load ...
Lightning Evangelist's user avatar
-2 votes
1 answer
932 views

how to use actionStatus for picklist in vf page..?

I have two picklist. One picklist have country values and one picklist have state values. I am giving those values through controller. Based on country name state piclist changed. It's taking taking ...
Vijay Kumar's user avatar
2 votes
2 answers
1k views

Pass dynamic component id in actionFunction status field

I have an apex:actionFunction in my VF page which is called from a commandbutton inside an apex:repeat. There is an apex:actionStatus component which should be rendered once apex:actionFunction is ...
Aneesha 's user avatar
13 votes
5 answers
42k views

Popup "spinner" style apex:actionStatus

Has anyone been able to make the apex:actionStatus tag display in the popup spinner style, like this: It should render center of screen, perhaps with a masking effect. If I'm not mistken, the extJS ...
Swisher Sweet's user avatar
0 votes
1 answer
1k views

actionStatus not working without reRender?

I would want to ask you, if it's possible, the actionStatus to be triggered without the attribute rerender on actionSupport? Example: <apex:inputFile id="file_test" value="{!att.Body}" filename="{!...
d3sc3ndant's user avatar

15 30 50 per page