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

Function isDisabled

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

Source from the content-addressed store, hash-verified

3931 div.setAttribute("aria-hidden", "true");
3932 } };
3933 function isDisabled() {
3934 return !scheduler2.config.wai_aria_attributes;
3935 }
3936 for (var i in scheduler2._waiAria) {
3937 scheduler2._waiAria[i] = function(payload) {
3938 return function() {

Callers 1

extend$hFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected