简体   繁体   English

角度引导日历中的自定义事件类型

[英]Custom Event Type in angular bootstrap calendar

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

In the examples event.type is INFO, WARNING etc. Can I add custom event types?示例中event.type 是INFO, WARNING等。我可以添加自定义事件类型吗? I would like the event types to be dynamic.我希望事件类型是动态的。

I do not believe that you can have custom event types but I am not 100% sure.我不相信您可以拥有自定义事件类型,但我不是 100% 确定。 The event type attribute is required and can be 6 different types:事件类型属性是必需的,可以是 6 种不同的类型:

type: 'info', // The type of the event (determines its color). Can be important, warning, info, inverse, success or special

The type of event only determines the color though so I am not sure why you would need a custom type.事件的类型只决定颜色,所以我不确定为什么你需要自定义类型。 You can already customize your event with your personal information.您已经可以使用您的个人信息自定义您的活动。 And then tag it as a certain type for the color effect.然后将其标记为某种类型的颜色效果。

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

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