• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Rich Faces Input Number Slider

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was trying to find some example of a slider bar with 2 number inputs on the same bar. For example, if you have 3 ranges: 0-100 and 101-200 and 201+, I would like to let the user change the ranges by inputting say, 150 and 250 so you now have 0-150, 151-249 and 250 to some maximum. I see that the rich faces has a slider bar very similar to what I was hoping to find however it just has the one number input. Can anyone give me some pointers on how to accomplish this?

Thanks!
Amy
 
reply
    Bookmark Topic Watch Topic
  • New Topic