SmartClient Version: v13.1p_2025-02-04/AllModules Development Only (built 2025-02-04)
Chrome and Firefox on MacOS
Hello, I just noticed that Calendar.showEventDialog is called two times for every click (on the day body), when in month view. You may try it in the showcase:
Chrome and Firefox on MacOS
Hello, I just noticed that Calendar.showEventDialog is called two times for every click (on the day body), when in month view. You may try it in the showcase:
Code:
isc.Calendar.create({
ID: "eventCalendar",
data: eventData,
showEventDialog: function (event, isNewEvent) {
isc.logEcho("showEventDialog")
}
});
Comment