Searched refs:editAsNew (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioFile.js | 677 this.ui.editor.editAsNew(this.ui.getFileData(true),
|
H A D | Pages.js | 1817 this.editor.editAsNew(this.getFileData(true, null, null, null, true, true));
|
H A D | Menus.js | 2801 editorUi.editor.editAsNew(editorUi.getFileData(), newTitle); 2857 editorUi.editor.editAsNew(this.editorUi.getFileData(true), title);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Dialogs.js | 678 editorUi.editor.editAsNew(data);
|
H A D | Editor.js | 364 Editor.prototype.editAsNew = function(xml, title) method in Editor
|
H A D | EditorUi.js | 2432 this.editor.editAsNew(this.getEditBlankXml());
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2084 Editor.prototype.editAsNew=function(a,b){var d=null!=b?"?title="+encodeURIComponent(b):"";null!=url… method in Editor 2244 …ditor.editButtonFunc():"_blank"==this.editor.editButtonLink?this.editor.editAsNew(this.getEditBlan… 3696 …mxUtils.trim(d.value)),e=null;if("new"==c.value)a.hideDialog(),a.editor.editAsNew(b);else if("repl… 9993 …l!=e&&e(c)}};DrawioFile.prototype.copyFile=function(b,e){this.ui.editor.editAsNew(this.ui.getFileD… 11883 …w CreateDialog(c,d,mxUtils.bind(this,function(d,e){"_blank"==e?c.editor.editAsNew(c.getFileData(),… 11885 …eExtensions),c.showDialog(d.container,420,380,!0,!0),d.init()):c.editor.editAsNew(this.editorUi.ge… 11997 …es.get("openInNewWindow"),null,mxUtils.bind(this,function(){this.editor.editAsNew(this.getFileData…
|
H A D | viewer.min.js | 2050 Editor.prototype.editAsNew=function(b,c){var e=null!=c?"?title="+encodeURIComponent(c):"";null!=url… method in Editor 2210 …ditor.editButtonFunc():"_blank"==this.editor.editButtonLink?this.editor.editAsNew(this.getEditBlan… 3033 …l!=c&&c(k)}};DrawioFile.prototype.copyFile=function(b,c){this.ui.editor.editAsNew(this.ui.getFileD…
|
H A D | viewer-static.min.js | 2050 Editor.prototype.editAsNew=function(b,c){var e=null!=c?"?title="+encodeURIComponent(c):"";null!=url… method in Editor 2210 …ditor.editButtonFunc():"_blank"==this.editor.editButtonLink?this.editor.editAsNew(this.getEditBlan… 3033 …l!=c&&c(k)}};DrawioFile.prototype.copyFile=function(b,c){this.ui.editor.editAsNew(this.ui.getFileD…
|