跳转到主要内容

大按钮让导航更便捷

从 3.7 版本开始,dhtmlxScheduler 引入了 "Quick Info" 扩展。该功能允许用更大、更易用的按钮替换常规的侧边栏按钮和简化的编辑表单。

启用大按钮调度器

要启用大按钮调度器,只需在页面上开启 "Quick Info" 扩展:


<script>
scheduler.plugins({
quick_info: true
});
scheduler.init('scheduler_here',new Date(2009,5,30),"day");
...
<script>

Touch-oriented scheduler

启用后,调度器会自动将标准按钮替换为更大的版本:

quick_info_extension.png

配置和自定义大按钮调度器

有多种 API 可用于配置或自定义大按钮调度器:

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.