我需要在“今日”按钮旁边的primeng中添加p日历(月选择器或日历选择器)。我在任何地方都找不到任何解决方案。
我成功添加了自定义按钮,但不知道如何添加?
this.fullCalendarOptions = { 标头:{ 左:“上一个,下一个今天是myCustomButton”, 中心:“标题”, 右:“月,日程周,日程” }, customButtons:{ myCustomButton:{ 文字:“自定义按钮”, 点击:function(){ alert('单击了自定义按钮!'); } } } };
引荐:PrimeNG schedule custom buttons
解决方案不完整,所以对我没有太大帮助。请帮忙!
任何文档?请提出建议!