Searched refs:allowCellsInserted (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 2151 …Item = function(cells, title, showLabel, showTitle, width, height, allowCellsInserted, showTooltip) argument 2183 var ds = this.createDragSource(elt, this.createDropHandler(cells, true, allowCellsInserted, 2195 var ds = this.createDragSource(elt, this.createDropHandler(cells, false, allowCellsInserted, 2291 Sidebar.prototype.createDropHandler = function(cells, allowSplit, allowCellsInserted, bounds) argument 2293 allowCellsInserted = (allowCellsInserted != null) ? allowCellsInserted : true; 2371 if (allowCellsInserted && (evt == null || !mxEvent.isShiftDown(evt))) 3606 …mplateFromCells(cells, width, height, title, showLabel, showTitle, allowCellsInserted, showTooltip… 3622 …mplateFromCells(cells, width, height, title, showLabel, showTitle, allowCellsInserted, showTooltip… 3632 …return this.createItem(cells, title, showLabel, showTitle, width, height, allowCellsInserted, show… 3644 …return this.createEdgeTemplate(style, width, height, value, title, showLabel, allowCellsInserted, … [all …]
|