Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我要解决的任务是基于某些条件的。
我想在剑道日期选择器的年度视图中突出显示一年中的某些月份。
为了在 kendo datepicker 中突出显示特定日期,我使用了“月”属性和模板。
但是几个月来我没有办法做到这一点。
多年没有办法通过模板,几十年唯一有效的选项是几个月。
此外,月份、年份等的视图也呈现在同一张表中,并且没有附加到某个视图的额外 css 类来帮助您覆盖它们。
唯一不可靠的选择是在 .k-calendar-container 类中使用 jquery 选择器搜索第一个表,然后当您找到月份文本时,将其 html 内容替换为您想要的内容。