@daypilot/daypilot-lite-javascript 5.1.0 → 5.2.0-sandbox.772
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/daypilot-javascript.min.d.ts +1 -1
- package/daypilot-javascript.min.js +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,6 +43,15 @@ Customize the scheduling components using an online [UI Builder](https://builder
|
|
|
43
43
|
|
|
44
44
|
## Tutorials
|
|
45
45
|
|
|
46
|
+
### JavaScript Scheduler with Horizontal Timeline
|
|
47
|
+
|
|
48
|
+
[](https://code.daypilot.org/73425/javascript-scheduler-with-horizontal-timeline-open-source)
|
|
49
|
+
|
|
50
|
+
[JavaScript Scheduler with Horizontal Timeline (Open-Source)](https://code.daypilot.org/73425/javascript-scheduler-with-horizontal-timeline-open-source)
|
|
51
|
+
Use the open-source JavaScript Scheduler to build a horizontal timeline for multiple resources: adjust the appearance, add custom controls, configure the timeline, show a context menu, and switch the visible month.
|
|
52
|
+
|
|
53
|
+
***
|
|
54
|
+
|
|
46
55
|
### JavaScript Event Calendar Tutorial
|
|
47
56
|
|
|
48
57
|
[](https://code.daypilot.org/17910/html5-event-calendar-open-source)
|