FullCalendar id字段或函数

时间:2017-10-03 14:14:57

标签: fullcalendar fullcalendar-3 fullcalendar-2

有没有办法更改fullCalendar使用的id字段的名称? 像这样:

$('myCal').fullCalendar('option', 'idField', 'myCustomIdField').

或者像这样:

$('myCal').fullCalendar('option', 'idFunction', function(event){
    return "prefix_" + event.id;
}).

感谢您的建议

1 个答案:

答案 0 :(得分:0)

没有idField功能。 eventDataTransform选项确实是执行此操作的唯一方法