Zum Hauptinhalt springen

init

Description

Dies ist der Konstruktor zur Erstellung einer dhtmlxScheduler-Instanz.

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

Parameters

  • container - (required) string | HTMLElement - Das HTML-Container-Element (oder dessen ID), in dem der dhtmlxScheduler eingerichtet wird.
  • date - (optional) Date - Das Startdatum für den Scheduler (Standard ist das aktuelle Datum).
  • view - (optional) string - Der anfängliche View-Modus (Standard ist "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.