Searched refs:insertHandler (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 211 var insertHandler = function(cells, asText, model, vertexStyle, edgeStyle, applyAll, recurse) method in EditorUi 328 insertHandler(evt.getProperty('cells'), null, null, null, null, true, true); 333 insertHandler(evt.getProperty('cells'), true); 336 this.insertHandler = insertHandler; 728 insertHandler(cells); 1497 …ui.insertHandler([cell], cell.value != '' && urlParams['sketch'] != '1', this.sidebar.graph.model);
|
H A D | Sidebar.js | 373 this.editorUi.insertHandler(temp, null, this.graph2.model, 2172 this.editorUi.insertHandler(originalCells, null, this.graph.model,
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 7056 this.insertHandler(cells, null, null,
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2142 …ener("textInserted",function(b,d){m(d.getProperty("cells"),!0)});this.insertHandler=m;this.createD… 2176 this.sidebar.graph.pasteStyle(m,[d]):l.insertHandler([d],""!=d.value&&"1"!=urlParams.sketch,this.si… 3551 …d))for(u=0;u<d.length;u++)this.updatePageLinksForCell(b,d[u]);p&&this.insertHandler(d,null,null,f.…
|
H A D | app.min.js | 2176 …ener("textInserted",function(a,b){n(b.getProperty("cells"),!0)});this.insertHandler=n;this.createD… 2210 this.sidebar.graph.pasteStyle(n,[c]):l.insertHandler([c],""!=c.value&&"1"!=urlParams.sketch,this.si… 2364 b=this.graph2.cloneCells(b);this.editorUi.insertHandler(b,null,this.graph2.model,m?null:this.editor… 2499 …(a){mxEvent.consume(a)});l=a;a=this.graph.cloneCells(a);this.editorUi.insertHandler(l,null,this.gr… 10883 …f))for(u=0;u<f.length;u++)this.updatePageLinksForCell(b,f[u]);n&&this.insertHandler(f,null,null,l.…
|
H A D | viewer-static.min.js | 2142 …ener("textInserted",function(b,d){m(d.getProperty("cells"),!0)});this.insertHandler=m;this.createD… 2176 this.sidebar.graph.pasteStyle(m,[d]):l.insertHandler([d],""!=d.value&&"1"!=urlParams.sketch,this.si… 3551 …d))for(u=0;u<d.length;u++)this.updatePageLinksForCell(b,d[u]);p&&this.insertHandler(d,null,null,f.…
|