scheduler
scheduler copied to clipboard
GPL version of JavaScript Event Scheduler
CodeSpell 2.1.0 found some spelling mistakes/typos, which I have corrected in this pull request -- English only. Most are in comments, but a few are in variable names, like _inital_...
```javascript scheduler.createDataProcessor({ event: { create: function (data) { console.log(data); return new scheduler.Promise(function (resolve, reject) { $.post( "api.php", { action: "test", data: data }, function (result) { return resolve({ action: result.action,...
Hi , I tried to integrate dhtmlxscheduler.js with lwc, the rendering is well (only the resize event wasn't supported). But there is no interraction : ie. No creation on click...
Add config option `multi_day_always_visible` (Type: `boolean`/ Default: `false`). Some people would like to have the `dhx_multi_day` header always shown, even it the day/week doesn't have any all-day/multi-day events.
When i try to use schedular in typescript (Angular 8). I use these ``` import "dhtmlx-scheduler"; import {} from "@types/dhtmlxscheduler"; ``` First import works fine. But second line gives me...
Hi, for some images like **export_pdf.png** or **export_ical.png**, the customs skins use images path from **imgs** folder instead of custom skin folder. For exemple, the material skin **dhtmlxscheduler_material.css** use **background-image:...
I have on condition on save. So i am opening confirmation modal & want to save data on the confirmation. But as modal popup opens i don't have control over...
There is some issue in the container_autoresize extension, which breaks drag-and-drop event creation in mobile view. You can replicate this issue on the example page using device toolbar of Chrome...
Currently it is not possible to apply a different style to the scheduler based on the state of the expand plugin via CSS selectors, because all changes are made by...