본문으로 건너뛰기

초기화

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(2027, 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.