DMXzone Calendar 3 Support Product Page
I need to Disable Two Calendars onClick
Reported 9 years ago
1
has this problem
9 years ago 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')"