Stop the refresh the inner frames

STOP REFRESHING INNER FRAMES WHEN WE CLICK TH DHTMLX CALENDER


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(){…}