Home
last modified time | relevance | path

Searched refs:isStack (Results 1 – 6 of 6) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js654 var isStack = graph.isStack(cell) ||
660 if (isStack)
662 var style = (graph.isStack(cell)) ? style :
669 if (parent != null || (!isTable && !isStack))
709 if (isStack)
729 if (isStack)
751 if (isStack)
775 if (isStack)
795 if (isStack)
815 if (isStack)
H A DFormat.js1740 var isStack = graph.isStack(ss.vertices[0]) ||
1746 if (isStack)
1748 var style = (graph.isStack(ss.vertices[0])) ? ss.style :
1765 if (isStack)
1784 if (isStack)
1803 if (isStack)
1826 if (isStack)
1845 if (isStack)
1864 if (isStack)
H A DGraph.js5931 Graph.prototype.isStack = function(cell) method in Graph
5943 return this.model.isVertex(cell) && this.isStack(this.model.getParent(cell));
/plugin/diagramsnet/lib/js/
H A Dapp.min.js2733isStack=function(a){a=this.getCellStyle(a);return null!=a&&"stackLayout"==a.childLayout};Graph.pro…
3014 …])||d.isTableCell(e.vertices[0]),k=d.isStack(e.vertices[0])||d.isStackChild(e.vertices[0]),h=f;k&&…
3589 …isTable(e)||d.isTableRow(e)||d.isTableCell(e),k=d.isStack(e)||d.isStackChild(e),h=f,g=f;k&&(c=d.is…
H A Dviewer.min.js2484isStack=function(b){b=this.getCellStyle(b);return null!=b&&"stackLayout"==b.childLayout};Graph.pro…
H A Dviewer-static.min.js2484isStack=function(b){b=this.getCellStyle(b);return null!=b&&"stackLayout"==b.childLayout};Graph.pro…