简体   繁体   English

角引导日历

[英]Angular bootstrap calendar

Here is a pretty clean and easy to use calendar made in Angularjs. 这是用Angularjs制作的非常干净且易于使用的日历。

https://mattlewis.me/angular-bootstrap-calendar/ https://mattlewis.me/angular-bootstrap-calendar/

If you click on the number at the edge of any day, you'll be switched to the day view. 如果您单击任一天边缘的数字,则将切换到日视图。 I want to disable that but I have no idea how to. 我想禁用它,但我不知道如何。

Please help. 请帮忙。

you should add the 您应该添加

on-drill-down-click="false"

attribute to the calendar directive, together with the other options 日历指令的属性,以及其他选项

<mwl-calendar
   .... 
   on-drill-down-click="false" >
</mwl-calendar>

https://github.com/mattlewis92/angular-bootstrap-calendar#documentation https://github.com/mattlewis92/angular-bootstrap-calendar#documentation

根据最新版本,此名称已更改为on-view-change-click="false"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM