跳转到主要内容

更易导航的大按钮

从版本 3.7 开始,dhtmlxScheduler 提供了新的 "Quick Info" extension。该扩展能够用新的(更大、使用更方便的)按钮替代标准的侧边栏按钮和简化的编辑表单。

启用大按钮调度程序

要启用大按钮调度程序,请在页面上启用 "Quick Info" 扩展:


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

面向触控的调度器

启用扩展后,调度程序会自动用大尺寸按钮替代标准按钮:

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.