1 Reply Latest reply on Oct 13, 2009 5:38 AM by ilya_shaikovsky

    rich:calender "ontodayselect" possible?

    magiccreative

      hi,

      as the title says I would like to fire an event when today button is pressed. How should I do that?

      Time selector is shown in our app when an user clicks on some date. This is done so:

      ondateselected="Richfaces.getComponent('calendar',this).showTimeEditor();"
      


      Now I would like to call the same functions to show time selector but when today button is pressed. Something like onTodaySelect instead of ondateselected.