Progress Bar Caption and % Complete

UI Components for JSF
Post Reply
Shankar
Posts: 2
Joined: 07 Jun 2010, 15:17

08 Jun 2010, 16:26

Is there any way to display progress message and % complete with ProgressBar component ?

User avatar
Oleg
Expert Member
Posts: 3805
Joined: 02 Oct 2009, 09:41
Location: Germany, Black Forest

08 Jun 2010, 21:22

Shankar wrote:Is there any way to display progress message and % complete with ProgressBar component ?
Hello Shankar,

I think it's not possible with PrimeFaces. Do you mean Progress Bar like ICEFaces http://component-showcase.icefaces.org/ ... case.iface with Custom "In Progress" label and Custom "Completed" label?

I think Cagatay could implement something like in PrimeFaces :-) Label Alignment would be great as well.
PrimeFaces Cookbook (2. edition): http://ova2.github.io/primefaces-cookbook/ Learning Angular UI Development with PrimeNG: https://github.com/ova2/angular-develop ... th-primeng Blog: https://medium.com/@OlegVaraksin

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

09 Jun 2010, 10:59

Please create an issue ticket for this.

For now you can do;

Code: Select all

<p:progressBar widgetVar="pbar" ... /> 

Code: Select all

pBar.on('progress',function (value) {
    //do something with value
});

Shankar
Posts: 2
Joined: 07 Jun 2010, 15:17

09 Jun 2010, 16:19

Yes. Similar to icefaces, except that, the progress message needs to be dynamic.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

09 Jun 2010, 17:39

I see, please create an issue ticket for this feature request so we don't lose this discussion. Thanks.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 59 guests