CDN 链接完整列表
本文列出在应用中引入 dhtmlxScheduler 的 CDN 链接。
Scheduler 由两个核心文件组成:
- JavaScript:
dhtmlxscheduler.js - Styles:
dhtmlxscheduler.css
最新 Scheduler 版本(edge)
使用:
https://cdn.dhtmlx.com/scheduler/edge/...
核心文件
- JS: https://cdn.dhtmlx.com/scheduler/edge/dhtmlxscheduler.js
- CSS: https://cdn.dhtmlx.com/scheduler/edge/dhtmlxscheduler.css
最新 Scheduler 版本(edge),未压缩
使用:
https://cdn.dhtmlx.com/scheduler/edge/sources/...
核心文件
- JS: https://cdn.dhtmlx.com/scheduler/edge/sources/dhtmlxscheduler.js
- CSS: https://cdn.dhtmlx.com/scheduler/edge/sources/dhtmlxscheduler.css
指定 Scheduler 版本
使用:
https://cdn.dhtmlx.com/scheduler/[version_number]/...
其中 [version_number] 指定软件包的 major.minor 版本,例如 7.0、6.0、5.3 等。我们的 CDN 总是为每个 major/minor 版本提供最新的补丁版本。
核心文件
- JS: https://cdn.dhtmlx.com/scheduler/7.0/dhtmlxscheduler.js
- CSS: https://cdn.dhtmlx.com/scheduler/7.0/dhtmlxscheduler.css
皮肤(仅限 v6.0 及更早版本)
在 v6.0 及更早版本中,提供了单独的皮肤文件。自 v7.0 起,所有皮肤都包含在 dhtmlxscheduler.css 中,并通过 scheduler.skin/scheduler.setSkin() 进行选择,更多细节请查阅 Migration guide。
- Terrace: https://cdn.dhtmlx.com/scheduler/6.0/dhtmlxscheduler_terrace.css
- Flat: https://cdn.dhtmlx.com/scheduler/6.0/dhtmlxscheduler_flat.css
- Contrast Black: https://cdn.dhtmlx.com/scheduler/6.0/dhtmlxscheduler_contrast_black.css
- Contrast White: https://cdn.dhtmlx.com/scheduler/6.0/dhtmlxscheduler_contrast_white.css
- Material: https://cdn.dhtmlx.com/scheduler/6.0/dhtmlxscheduler_material.css
指定 Scheduler 版本,未压缩
使用:
https://cdn.dhtmlx.com/scheduler/[version_number]/sources/...
其中 [version_number] 指定软件包的 major.minor 版本,例如 7.0、6.0、5.3 等。我们的 CDN 总是为每个 major/minor 版本提供最新的补丁版本。
核心文件
- JS: https://cdn.dhtmlx.com/scheduler/7.0/sources/dhtmlxscheduler.js
- CSS: https://cdn.dhtmlx.com/scheduler/7.0/sources/dhtmlxscheduler.css
皮肤(仅限 v6.0 及更早版本)
在 v6.0 及更早版本中,提供了单独的皮肤文件。自 v7.0 起,所有皮肤都包含在 dhtmlxscheduler.css 中,并通过 scheduler.skin/scheduler.setSkin() 进行选择,更多细节请查阅 Migration guide。
未压缩的皮肤文件:
- Terrace: https://cdn.dhtmlx.com/scheduler/6.0/sources/skins/dhtmlxscheduler_terrace.css
- Flat: https://cdn.dhtmlx.com/scheduler/6.0/sources/skins/dhtmlxscheduler_flat.css
- Contrast Black: https://cdn.dhtmlx.com/scheduler/6.0/sources/skins/dhtmlxscheduler_contrast_black.css
- Contrast White: https://cdn.dhtmlx.com/scheduler/6.0/sources/skins/dhtmlxscheduler_contrast_white.css
- Material: https://cdn.dhtmlx.com/scheduler/6.0/sources/skins/dhtmlxscheduler_material.css
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.