Lines Matching refs:allowCellsInserted
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)))
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…
3628 …ells = function(cells, width, height, title, showLabel, showTitle, allowCellsInserted, showTooltip) argument
3632 …return this.createItem(cells, title, showLabel, showTitle, width, height, allowCellsInserted, show…
3638 …ry = function(style, width, height, value, title, showLabel, tags, allowCellsInserted, showTooltip) argument
3644 …return this.createEdgeTemplate(style, width, height, value, title, showLabel, allowCellsInserted, …
3651 …Template = function(style, width, height, value, title, showLabel, allowCellsInserted, showTooltip) argument
3659 …eateEdgeTemplateFromCells([cell], width, height, title, showLabel, allowCellsInserted, showTooltip…
3665 …mplateFromCells = function(cells, width, height, title, showLabel, allowCellsInserted, showTooltip… argument
3667 … showLabel, (showTitle != null) ? showTitle : true, width, height, allowCellsInserted, showTooltip…