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

Method event

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

* attaches an event handler to an HTML element * @param node the HTML node or its id * @param event the name of an HTML event (without the 'on' prefix) * @param handler the event handler * @param master optional, an object that the this keyword refers to

(node: HTMLElement|string, event: string, handler: SchedulerCallback, master?: any)

Source from the content-addressed store, hash-verified

1818 * @param master optional, an object that the <i>this</i> keyword refers to
1819 */
1820 event(node: HTMLElement|string, event: string, handler: SchedulerCallback, master?: any): string;
1821
1822 /**
1823 * removes an event handler from an HTML element

Callers 15

dFunction · 0.65
lFunction · 0.65
nFunction · 0.65
BtFunction · 0.65
hFunction · 0.65
JtFunction · 0.65
WtFunction · 0.65
aFunction · 0.65
rFunction · 0.65
GtFunction · 0.65
cFunction · 0.65
eaFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected