@daypilot/daypilot-lite-javascript 3.9.0 → 3.10.0
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 +2 -2
- package/daypilot-javascript.min.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
|
|
31
31
|
### JavaScript Event Calendar Tutorial
|
|
32
32
|
|
|
33
|
-

|
|
33
|
+
[](https://code.daypilot.org/17910/html5-event-calendar-open-source)
|
|
34
34
|
|
|
35
35
|
[HTML5/JavaScript Event Calendar (Open-Source)](https://code.daypilot.org/17910/html5-event-calendar-open-source)
|
|
36
36
|
Event calendar introduction - week view, loading data, drag and drop, CSS themes, sample PHP REST backend.
|
|
37
37
|
|
|
38
38
|
### JavaScript Resource Calendar Tutorial
|
|
39
39
|
|
|
40
|
-

|
|
40
|
+
[](https://code.daypilot.org/87709/javascript-resource-calendar-tutorial-php-mysql)
|
|
41
41
|
|
|
42
42
|
[JavaScript Resource Calendar Tutorial - PHP/MySQL (Open-Source)](https://code.daypilot.org/87709/javascript-resource-calendar-tutorial-php-mysql)
|
|
43
43
|
The resource calendar displays custom resources (people, rooms, tools) as columns. This tutorial shows how to load resource data from a PHP/MySQL backend and show custom calendar columns.
|