MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / init

Method init

codebase/dhtmlxscheduler.es.d.ts:1977–1977  ·  view source on GitHub ↗

* a constructor of a dhtmlxScheduler object * @param container an HTML container (or its id) where a dhtmlxScheduler object will be initialized * @param date optional, the initial date of the scheduler (by default, the current date) * @param view optional, the name of the initial view (by defa

(container: string|HTMLElement, date?: Date, view?: string)

Source from the content-addressed store, hash-verified

1975 * @param view optional, the name of the initial view (by default, "week")
1976 */
1977 init(container: string|HTMLElement, date?: Date, view?: string): void;
1978
1979 /**
1980 * inverts the specified time zones

Callers 15

eaFunction · 0.65
dhtmlxscheduler.jsFile · 0.65
_initFromConfigMethod · 0.65
eaFunction · 0.65
_initFromConfigMethod · 0.65
dhtmlxHookFunction · 0.65
extend$jFunction · 0.65
extend$4Function · 0.65
extend$2Function · 0.65
extendFunction · 0.65
_initFromConfigMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected