@daypilot/daypilot-lite-javascript 3.13.0 → 3.14.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 +11 -0
- package/daypilot-javascript.min.js +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
[Release History](https://javascript.daypilot.org/daypilot-lite-history/)
|
|
8
8
|
|
|
9
|
+
## UI Builder
|
|
10
|
+
|
|
11
|
+
Customize the scheduling components using an online [UI Builder](https://builder.daypilot.org/) application and **download** a ready-to-run JavaScript or TypeScript project.
|
|
12
|
+
|
|
9
13
|
## Online Demo
|
|
10
14
|
|
|
11
15
|
[](https://javascript.daypilot.org/demo/lite/)
|
|
@@ -42,6 +46,13 @@ Event calendar introduction - week view, loading data, drag and drop, CSS themes
|
|
|
42
46
|
[JavaScript Resource Calendar Tutorial - PHP/MySQL (Open-Source)](https://code.daypilot.org/87709/javascript-resource-calendar-tutorial-php-mysql)
|
|
43
47
|
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.
|
|
44
48
|
|
|
49
|
+
## HTML5/JavaScript Calendar with Day/Week/Month Views (PHP, MySQL)
|
|
50
|
+
|
|
51
|
+
[](https://code.daypilot.org/27988/html5-calendar-with-day-week-month-views-javascript-php)
|
|
52
|
+
|
|
53
|
+
[Open-Source HTML5/JavaScript Calendar with Day/Week/Month Views (PHP, MySQL)](https://code.daypilot.org/27988/html5-calendar-with-day-week-month-views-javascript-php)
|
|
54
|
+
HTML5/JavaScript event calendar with day, week, and month views and integrated date navigator. Includes a sample PHP backend with MySQL database.
|
|
55
|
+
|
|
45
56
|
## Example
|
|
46
57
|
|
|
47
58
|
HTML:
|