editStop

인라인 이벤트 에디터가 열려 있을 때 종료합니다.

void editStop(stringid);
idstring이벤트의 ID

Example

var eventId = scheduler.addEvent({
    start_date: "16-05-2013 09:00",
    end_date:   "16-05-2013 12:00",
    text:   "Meeting"
});
...
scheduler.editStop(eventId);

Details

See also
맨 위로