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

Function _attach_action

codebase/sources/dhtmlxscheduler.es.js:14568–14572  ·  view source on GitHub ↗
(inp, date, number)

Source from the content-addressed store, hash-verified

14566 }
14567 }
14568 function _attach_action(inp, date, number) {
14569 _init_once(inp, date, number);
14570 inp.value = scheduler2.templates.calendar_time(date);
14571 inp._date = scheduler2.date.date_part(new Date(date));
14572 }
14573 _attach_action(inputs[0], ev.start_date, 0);
14574 _attach_action(inputs[1], ev.end_date, 1);
14575 _init_once = function() {

Callers 1

minicalFunction · 0.70

Calls 3

_init_onceFunction · 0.70
calendar_timeMethod · 0.65
date_partMethod · 0.65

Tested by

no test coverage detected