Lines Matching refs:label

12555 …' value='" + sns.options[i].key + "' name='" + sns.name + "'>" + sns.options[i].label + "</label>";
12631 …options.push({ key: gantt.config.constraint_types[i], label: gantt.locale.labels[gantt.config.cons…
12718 var label = " "+ gantt.locale.labels[gantt.config.duration_unit + "s"] +" ";
12725 label = "";
12732 …"<input type='button' class='gantt_duration_inc' value='+'" + readonly + ">"+label+"<span></span>"…
12927 var label = text.apply(gantt, [tasks[i].start_date, tasks[i].end_date, tasks[i]]);
12928 if (label === undefined) {
12929 label = "";
12933 label: label
12988 …' value='" + sns.options[i].key + "' name='" + sns.name + "'>" + sns.options[i].label + "</label>";
13354 return options[j].label;
14015 var label;
14027 label = labelBlock.querySelector("label");
14036 label.setAttribute("for", section.inputId);
14510 var obj = {key: itms[j].getAttribute("value"), label: itms[j].getAttribute("label")}; property in gantt.xml._getCollections.obj
14790 var label = btn.label;
14791 …var css = btn.css || ("gantt_" + btn.label.toLowerCase() + "_button dhtmlx_" + btn.label.toLowerCa…
14793 inner += button(label, css, value);
18242 …optionsHtml.push("<option value='" + config.options[i].key + "'>" + options[i].label + "</option>"…
19321 var label = (col.label || labels["column_" + col.name] || labels[col.name]);
19322 label = label || "";
19324 var ariaAttrs = gantt._waiAria.gridScaleCellAttrString(col, label);
19326 …trs + " data-column-id='" + col.name + "' column_id='" + col.name + "'>" + label + sort + "</div>";
27203 var label = "";
27207 label = gantt.locale.labels.years;
27210 label = gantt.locale.labels.months;
27213 label = gantt.locale.labels.days;
27216 label = gantt.locale.labels.hours + gantt.locale.labels.minutes;
27222 return gantt._waiAria.getAttributeString({"aria-label": label});
27238 gridScaleCellAttrString: function(column, label){ argument
27246 "aria-label": label
27309 quickInfoButtonAttrString: function(label){ argument
27310 return gantt._waiAria.getAttributeString({"role":"button", "aria-label":label, "tabindex":"0"});
29880 innerHTML += _this.getHtmlOption({ innerHTML: entry.label }, _attributes);