Home
last modified time | relevance | path

Searched refs:isChild (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js337 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 Ddhtmlxgantt.js13isChild=function(t){var e=!1;return this._eachChild(function(i){i!==t&&i.$content!==t||(e=!0)}),e}… method in e
H A Ddhtmlxgantt.js.map1isChild","cellId","sub","alert","rows","cols","views","initUI","getCells","_cleanElSize","_getBoxS…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7791 Graph.prototype.selectCell = function(isNext, isParent, isChild) argument
7793 if (isParent || isChild)
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js20963 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))){