gpt4 book ai didi

kendo-ui - 如何删除 Kendo UI Scheduler 中我不想显示的部分?

转载 作者:行者123 更新时间:2023-12-02 21:27:24 25 4
gpt4 key购买 nike

我想从 Kendo UI Scheduler 控件的顶部删除标题控件,即此屏幕截图中红色框出的部分:

enter image description here

我只想显示一天的静态日 View 。有什么想法吗?

最佳答案

所有白天时段隐藏

$("#scheduler").kendoScheduler({
allDaySlot: false,
});

工具栏隐藏:

<style>
.k-scheduler-toolbar {
border-width: 0 0 1px;
display: none;
}
</style>

关于kendo-ui - 如何删除 Kendo UI Scheduler 中我不想显示的部分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20821876/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com