1 Reply Latest reply on Jan 5, 2008 3:48 PM by rlhr

    Accessing Javascript Component on client

      Hello,

      I'm using the inputNumberSlider and I would like to extend some functionnality on the client side by adding a "plus" and "minus" links that would make the slider increment or decrement by one step.

      First of all, is there a way to just do this using the richfaces components? If not, is there a way to access the javascript slider object in the page?

      I tried something like:
      $('form:c').component.someAPIFunction(), but didn't work for that component.
      Is it supposed to be working for any component or just some like the calendar (from which the faqs was based on)?

      Thanks.

      Richard