Home
last modified time | relevance | path

Searched refs:getAttributeString (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13getAttributeString:function(t){var e=[" "];for(var i in t){var r=a(n(t[i]));e.push(i+"='"+r+"'")}r…
H A Ddhtmlxgantt.js.map1getAttributeString","dateString","aria-label","_taskCommonAttr","tooltip_text","$dataprocessor_cla…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js27102 getAttributeString: function(attr){ method in gantt._waiAria
27115 return gantt._waiAria.getAttributeString({"aria-label": dateString});
27195 …return this.getAttributeString({"role":"button", "aria-label":gantt.locale.labels[buttonName], "ta…
27222 return gantt._waiAria.getAttributeString({"aria-label": label});
27226 …return this.getAttributeString({"aria-label": gantt.locale.labels.column_duration, "aria-valuemin"…
27241 attrs = this.getAttributeString({"role":"button", "aria-label": gantt.locale.labels.new_task});
27257 attrs = this.getAttributeString(attributes);
27272 return this.getAttributeString(attributes);
27276 return this.getAttributeString({"role":"button", "aria-label": gantt.locale.labels.new_task});
27310 return gantt._waiAria.getAttributeString({"role":"button", "aria-label":label, "tabindex":"0"});