Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
DSidebar.js2151 …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)))
3601 …function(style, width, height, value, title, showLabel, showTitle, allowCellsInserted, showTooltip) argument
3606 …mplateFromCells(cells, width, height, title, showLabel, showTitle, allowCellsInserted, showTooltip…
3612 …mData = function(data, width, height, title, showLabel, showTitle, allowCellsInserted, showTooltip) argument
3622 …mplateFromCells(cells, width, height, title, showLabel, showTitle, allowCellsInserted, showTooltip…
[all …]