Timelineday和agendaDay按钮具有相同的标签" Day"

时间:2016-07-12 18:29:08

标签: fullcalendar

我正在使用fullcalendar,我无法在标题中使用2个视图按钮作为唯一名称。 Timelineday和agendaDay视图都给了我默认值" Day"那令人困惑。

如果我使用这里提到的buttonText属性:http://fullcalendar.io/docs/text/buttonText/来更改按钮,我只能同时重命名两个按钮,而不只是一个。

谁知道解决方案?

1 个答案:

答案 0 :(得分:1)

要为按钮指定自定义名称,请将按钮放在标题上,然后使用该名称为buttonText指定按钮。

header: {
        left: "month,agendaWeek,agendaDay today prev,next",
        center: "title"
},
buttonText: {
        agendaWeek: "Custom Agenda Week Title"
}