Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Samuel on Jul 23, 2009 09:24
open dhtmlx forum
dhtmlX Calendar

there is an event onChange for the attached input box. When i change the value from calendar the standard event onChange on the inputbox is not fired.

Thanks
Answer posted by Alex (support) on Jul 24, 2009 00:46

Hello, 

you can use the calendar onclick event handler in this case. It will be called when you choose the date in calendar:

calendar.attachEvent("onClick",function(date){
  /*your code*/
})