Question about 'Progress' indicator

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
bigzidane
Posts: 58
Joined: 21 Jan 2015, 22:16

11 Oct 2016, 16:44

Hello Support Team,

I got Ultima license. I'd like to show 'Progress' indicator for all 'Submit' action for button such as Log In, Sign Up .... Do we have 'Progress' indicator example along with Ultima?

Thanks,
Nghia

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

12 Oct 2016, 10:51

I think you can use ajaxStatus component; http://www.primefaces.org/showcase/ui/ajax/status.xhtml

We use the following component in ultima layout for ajax process. For icon, you can try fontawesome animated icon; http://fontawesome.io/examples/

Code: Select all

<p:ajaxStatus style="width:32px;height:32px;position:fixed;right:7px;bottom:7px">
           <f:facet name="start">
               <i class="fa fa-circle-o-notch fa-spin ajax-loader" aria-hidden="true"></i>
           </f:facet>

           <f:facet name="complete">
               <h:outputText value="" />
           </f:facet>
</p:ajaxStatus>

bigzidane
Posts: 58
Joined: 21 Jan 2015, 22:16

13 Oct 2016, 14:22

Thanks a lot Aragorn. It helps.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

17 Oct 2016, 08:54

You're welcome!

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest