init
Description
Ein Konstruktor eines dhtmlxScheduler-Objekts
init: (container: string|HTMLElement, date?: Date, view?: string) => void
Parameters
container- (required) string | HTMLElement - ein HTML-Container (oder dessen ID), in dem ein dhtmlxScheduler-Objekt initialisiert wirddate- (optional) Date - das anfängliche Datum des Schedulers (standardmäßig das aktuelle Datum)view- (optional) string - der Name der anfänglichen Ansicht (standardmäßig, "week")
Example
scheduler.init("scheduler_here", new Date(2027, 0, 6), "month");
Related samples
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.