0 Replies Latest reply on Jul 18, 2011 8:18 AM by kirio

    custom renderer for InputNumberSlider

    kirio

      Hi,

       

      I need to add a suffix inside the input field in the slider component. When user move the handler the value must be 500_something instead of 500.

      Tryied to do the following:

      public abstract class InputNumberSliderRendererBase extends org.richfaces.renderkit.InputNumberSliderRendererBase

       

      and then override methods, but can't figure out what exactly method is responsible for rendering the value and where concat my suffix.

       

      Could someone help please?