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

Function isDisabled

codebase/sources/dhtmlxscheduler.es.js:3929–3931  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

extend$hFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected