Searched refs:isChild (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 337 function createShape(id, geo, layerIndex, xmlDoc, parentHeight, isChild) argument 349 …shape.appendChild(createCellElemScaled("PinX", geo.x + hw + (isChild? 0 : vsdxCanvas.shiftX), xmlD… 350 …shape.appendChild(createCellElemScaled("PinY", parentHeight - geo.y - hh - (isChild? 0 : vsdxCanva… 392 function createEdge(cell, layerIndex, graph, xmlDoc, parentHeight, isChild) argument 415 …shape.appendChild(createCellElemScaled("PinX", bounds.x + hw + (isChild? 0 : vsdxCanvas.shiftX), x… 427 x = x * s.scale - bounds.x + s.dx + (withoutShift || isChild? 0 : vsdxCanvas.shiftX); 428 …y = (noHeight? 0 : bounds.height) - y * s.scale + bounds.y - s.dy - (withoutShift || isChild? 0 : … 495 function convertMxCell2Shape(cell, layerIndex, graph, xmlDoc, parentHeight, parentGeo, isChild) argument 524 var shape = createShape(vsdxId + "10000", geo, layerIndex, xmlDoc, parentHeight, isChild); 573 var shape = createShape(vsdxId, geo, layerIndex, xmlDoc, parentHeight, isChild); [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …isChild=function(t){var e=!1;return this._eachChild(function(i){i!==t&&i.$content!==t||(e=!0)}),e}… method in e
|
H A D | dhtmlxgantt.js.map | 1 …isChild","cellId","sub","alert","rows","cols","views","initUI","getCells","_cleanElSize","_getBoxS…
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 7791 Graph.prototype.selectCell = function(isNext, isParent, isChild) argument 7793 if (isParent || isChild)
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 20963 Layout.prototype.isChild = function(view){ method in Layout 22415 if(prev && prev.$content === grid || (prev.isChild && prev.isChild(grid))){ 22419 }else if(next && next.$content === grid || (next.isChild && next.isChild(grid))){
|