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

Function change_current_view

codebase/sources/dhtmlxscheduler.js:19900–19907  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19898 return scheduler2._lightbox.querySelector(`#${a}`) || { style: {} };
19899 };
19900 function change_current_view() {
19901 $("dhx_repeat_day").style.display = "none";
19902 $("dhx_repeat_week").style.display = "none";
19903 $("dhx_repeat_month").style.display = "none";
19904 $("dhx_repeat_year").style.display = "none";
19905 $("dhx_repeat_" + this.value).style.display = "";
19906 scheduler2.setLightboxSize();
19907 }
19908 function get_repeat_code(dates) {
19909 var code = [get_value(els, "repeat")];
19910 get_rcode[code[0]](code, dates);

Callers

nothing calls this directly

Calls 2

$Function · 0.70
setLightboxSizeMethod · 0.65

Tested by

no test coverage detected