Categories | Question details Back To List | ||
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(){...} |