【发布时间】:2017-10-25 23:13:07
【问题描述】:
日历的 Github 存储库:https://github.com/twinssbc/Ionic2-Calendar
使用 ionic2-calendar 指令如何自定义日历上的事件颜色?有没有办法做到这一点?另外如何使用我自己的事件列表模板而不是原生的?
【问题讨论】:
标签: angular typescript ionic2
日历的 Github 存储库:https://github.com/twinssbc/Ionic2-Calendar
使用 ionic2-calendar 指令如何自定义日历上的事件颜色?有没有办法做到这一点?另外如何使用我自己的事件列表模板而不是原生的?
【问题讨论】:
标签: angular typescript ionic2
好的,文档中有一个答案,例如日历底部的事件详细信息模板。
<template #template let-showEventDetail="showEventDetail" let-selectedDate="selectedDate" let-noEventsLabel="noEventsLabel">
...
</template>
<calendar ... [monthviewEventDetailTemplate]="template"></calendar>
【讨论】: