Skip to content

Instantly share code, notes, and snippets.

@shivanathd
Created May 10, 2013 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shivanathd/5557462 to your computer and use it in GitHub Desktop.
Save shivanathd/5557462 to your computer and use it in GitHub Desktop.
To implement Fancy Action status
<apex:outputpanel>
<apex:actionstatus id="status">
<apex:facet name="start">
<div class="waitingSearchDiv" id="el_loading" style="background-color: #fbfbfb;
height: 100%;opacity:0.65;width:100%;">
<div class="waitingHolder" style="top: 74.2px; width: 91px;">
<img class="waitingImage" src="/img/loading.gif" title="Please Wait..." />
<span class="waitingDescription">Please Wait...</span>
</div>
</div>
</apex:facet>
</apex:actionstatus>
</apex:outputpanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment