Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 13, 2009 22:16
open dhtmlx forum
STOP THE REFRESH THE INNER FRAMES

STOP REFRESHING INNER FRAMES WHEN WE CLICK TH DHTMLX CALENDER
Answer posted by Alex (support) on Feb 16, 2009 02:41

Calendar has the onClick event handler. It allows to set a function which will be called when date is chosen.

dhxCalendar.setOnClickHandler(yourFunction);

function yourFunction(){...}