본문으로 건너뛰기

init

Description

DhtmlxScheduler 인스턴스를 생성하는 생성자입니다.

init: (container: string | HTMLElement, date?: Date, view?: string) => void

Parameters

  • container - (required) string | HTMLElement - dhtmlxScheduler가 설정될 HTML 컨테이너(또는 그 ID)입니다.
  • date - (optional) Date - 스케줄러의 시작 날짜입니다(기본값은 현재 날짜).
  • view - (optional) string - 초기 뷰 모드입니다(기본값은 "week").

Example

scheduler.init("scheduler_here", new Date(2010,0,6), "month");
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.