DMXzone Calendar 3 Support Product Page
I need to Disable Two Calendars onClick
 Reported  10 Dec 2015  03:03:08 
  1 
     has   this problem  
  10 Dec 2015  03:03:08 Firdaus Rohman posted: 
 The action only works for one calendar disable, if I add another behavior to disable another calendar onClick, the later will not work.Works ok:
onClick="dmxCalendar3Action('disable','calendar1')"
Only works on first calender;
onClick="dmxCalendar3Action('disable','calendar1');dmxCalendar3Action('disable','calendar2')"