0
我正在使用fullcalendar,我想使用JSON文件來加載我的資源。 JSON是一個返回對象的URL。Fullcalendar將不會顯示使用資源的JSON對象
的JSON文件:
[
{id: '001995',title: 'Victor'},
{id: '000078',title: 'Jhon'}
]
代碼示例
resources: {
url: '/resource-agenda/resource.json',
type: 'POST'},
events: '/resource-agenda/event.json'