【问题标题】:Ionic2-calendar, customize styles?Ionic2-日历,自定义样式?
【发布时间】:2017-10-25 23:13:07
【问题描述】:

日历的 Github 存储库:https://github.com/twinssbc/Ionic2-Calendar

使用 ionic2-calendar 指令如何自定义日历上的事件颜色?有没有办法做到这一点?另外如何使用我自己的事件列表模板而不是原生的?

【问题讨论】:

    标签: angular typescript ionic2


    【解决方案1】:

    好的,文档中有一个答案,例如日历底部的事件详细信息模板。

    <template #template let-showEventDetail="showEventDetail" let-selectedDate="selectedDate" let-noEventsLabel="noEventsLabel">
      ... 
      </template>
    
      <calendar ... [monthviewEventDetailTemplate]="template"></calendar>
    

    【讨论】:

      猜你喜欢
      • 2014-06-16
      • 2019-03-11
      • 1970-01-01
      • 1970-01-01
      • 2011-04-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多