본문으로 건너뛰기

edit

Description

이벤트 박스 내에서 이벤트의 텍스트를 직접 변경할 수 있도록 인라인 에디터를 엽니다.

edit: (id: string) => void

Parameters

  • id - (required) string - 이벤트의 고유 식별자

Example

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

Details

edit_method

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.