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

Method attachEvent

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

* attaches the handler to an inner event of dhtmlxScheduler * @param name the event's name, case-insensitive * @param handler the handler function * @param settings optional, optional, an object with settings for the event handler

(name: SchedulerEventName, handler: SchedulerCallback, settings?: any)

Source from the content-addressed store, hash-verified

1620 * @param settings optional, optional, an <a href="#propertiesofsettingsobject">object with settings</a> for the event handler
1621 */
1622 attachEvent(name: SchedulerEventName, handler: SchedulerCallback, settings?: any): string;
1623
1624 /**
1625 * makes the scheduler reflect all data changes in the Backbone model and vice versa

Callers 15

MtFunction · 0.65
NtFunction · 0.65
OtFunction · 0.65
LtFunction · 0.65
ztFunction · 0.65
OeFunction · 0.65
dhtmlxscheduler.jsFile · 0.65
FtFunction · 0.65
BtFunction · 0.65
WtFunction · 0.65
KtFunction · 0.65
GtFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected