This commit is contained in:
2025-04-11 22:57:23 +02:00
parent 1f38807599
commit a1b24ba466
4 changed files with 345 additions and 19 deletions

View File

@@ -165,14 +165,15 @@
maxScale: "months",
scaleStep: 1,
scrollToToday: false,
saveEndpoint: "/tasks/set_task_dates/",
onItemClick: function(data) {
alert("Item clicked - show some details");
alert("Item clicked - show some details");
},
onAddClick: function(dt, rowId) {
alert("Empty space clicked - add an item!");
alert("Empty space clicked - add an item!");
},
onRender: function() {
console.log("chart rendered");
console.log("chart rendered");
}
});
<? endif;?>