Searched refs:cloneSource (Results 1 – 5 of 5) sorted by relevance
| /plugin/diagramsnet/lib/plugins/ |
| D | voice.js | 1141 var cloneSource = tokens[0] == 'clone'; 1142 var evt = mouseEvent('click', 1, 50, 1, 50, !cloneSource);
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 3908 var cloneSource = this.isCloneConnectSource(source); 3909 var composite = (cloneSource) ? source : this.getCompositeParent(source); 4021 if (createTarget == null || targetCell != null || (target == null && cloneSource)) 4030 cellToClone = (cloneSource) ? source : this.getCompositeParent(cellToClone); 4071 else if (duplicate && !cloneSource) 4078 (target == null && cloneSource)) ? null : this.insertEdge(this.model.getParent(source), 4102 cloneSource && direction == mxConstants.DIRECTION_WEST) 4145 (target != null || !cloneSource))
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 6211 cloneSource: this.wot, property 24847 if (settings.cloneSource) { 24848 this.cloneSource = settings.cloneSource; 24850 this.wtSettings = settings.cloneSource.wtSettings; 24853 this.wtViewport = settings.cloneSource.wtViewport; 24855 this.selections = this.cloneSource.selections; 25217 mainWOT = that.instance.cloneSource || that.instance; 27201 return !!this.wot.cloneSource; 27253 this.tableOffset = this.wot.cloneSource.wtTable.tableOffset; 27881 this.wot.cloneSource.wtOverlays.adjustElementsSize(); [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …cloneSource:this.wot,cloneOverlay:this,table:clonedTable});}},{key:'refresh',value:function refres…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 29 …cloneSource:this.wot,cloneOverlay:this,table:r})}},{key:"refresh",value:function(){var e=arguments… property
|