Searched refs:connectable (Results 1 – 16 of 16) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DiffSync.js | 35 visible: true, collapsed: true, connectable: true, parent: true, children: true, previous: true, 595 if (diff.connectable != null) 598 cell.connectable = diff.connectable == 1; 915 cell.connectable = json.connectable != 0; 950 if (!cell.connectable) 952 result.connectable = 0; 1037 if (oldCell.connectable != newCell.connectable) 1039 diff.connectable = (newCell.connectable) ? 1 : 0;
|
| D | EditorUi.js | 13363 el.connectable = false;
|
| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar-ER.js | 78 cell1.connectable = false;
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | editor.properties.bak | 154 connectable=Connectable
|
| D | editor_de.properties.bak | 155 connectable=Verbindungen zulassen
|
| D | editor_de.properties | 162 connectable=Verbindungen zulassen key
|
| D | editor.properties | 158 connectable=Connectable key
|
| D | editor_zh-CN.properties | 154 connectable=Connectable key
|
| /plugin/diagramsnet/lib/plugins/ |
| D | sql.js | 102 left.connectable = false;
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorMenuBar.java.bak | 456 .get("connectable"), "Connectable"));
|
| /plugin/jdraw/lib/ |
| D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 9039 label.connectable = false;
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 779 mxCell.prototype.edge=!1;mxCell.prototype.connectable=!0;mxCell.prototype.visible=!0;mxCell.prototy… method in mxCell 781 …isConnectable=function(){return 0!=this.connectable};mxCell.prototype.setConnectable=function(a){t…
|
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 983 mxCell.prototype.edge=!1;mxCell.prototype.connectable=!0;mxCell.prototype.visible=!0;mxCell.prototy… method in mxCell 985 …isConnectable=function(){return 0!=this.connectable};mxCell.prototype.setConnectable=function(a){t… 2434 …function(b){var c=this.getCurrentCellStyle(b);return null!=c.connectable?"0"!=c.connectable:mxGrap… 2565 c.geometry.relative=!0;c.connectable=!1;var e=this.view.getRelativePoint(f,b,d);c.geometry.x=Math.r…
|
| D | app.min.js | 1017 mxCell.prototype.edge=!1;mxCell.prototype.connectable=!0;mxCell.prototype.visible=!0;mxCell.prototy… method in mxCell 1019 …isConnectable=function(){return 0!=this.connectable};mxCell.prototype.setConnectable=function(a){t… 2683 …function(a){var b=this.getCurrentCellStyle(a);return null!=b.connectable?"0"!=b.connectable:mxGrap… 2814 d.geometry.relative=!0;d.connectable=!1;var e=this.view.getRelativePoint(c,a,b);d.geometry.x=Math.r… 6613 a.vertex=!0;var c=b.cloneCell(e,"");c.connectable=!1;c.style="shape=partialRectangle;top=0;left=0;b…
|
| D | viewer-static.min.js | 983 mxCell.prototype.edge=!1;mxCell.prototype.connectable=!0;mxCell.prototype.visible=!0;mxCell.prototy… method in mxCell 985 …isConnectable=function(){return 0!=this.connectable};mxCell.prototype.setConnectable=function(a){t… 2434 …function(b){var c=this.getCurrentCellStyle(b);return null!=c.connectable?"0"!=c.connectable:mxGrap… 2565 c.geometry.relative=!0;c.connectable=!1;var e=this.view.getRelativePoint(f,b,d);c.geometry.x=Math.r…
|