Home
last modified time | relevance | path

Searched refs:link_attribute (Results 1 – 7 of 7) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js214 gantt.config.link_attribute = "data-link-id";
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js13 …n[4],n[5])}},gantt.config.task_attribute="data-task-id",gantt.config.link_attribute="data-link-id"…
H A Ddhtmlxgantt_csp.js.map1link_attribute","grid_resizer_column_attribute","grid_resizer_attribute"],"mappings":";;;;;;;;;;;;…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts639 link_attribute: string; property
H A Ddhtmlxgantt.js13link_attribute=n||null;var r=this._createLayerConfig();this.$config.layers||(this.$config.layers=r…
H A Ddhtmlxgantt.js.map1link_attribute","layers","_createLayerConfig","tasks","linkLayers","links","_attachLayers","ext","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6524 link_attribute: "link_id", property in module.exports.result
22558 linkId = gantt.locate(src, gantt.config.link_attribute);
22956 if(view.$config.link_attribute){
22957 div.setAttribute(view.$config.link_attribute, link.id);
25094 var id = this.locate(e, this.config.link_attribute);
25111 var id = this.locate(e, gantt.config.link_attribute);
26229 this.$config.link_attribute = linksAttr || null;