Searched refs:emptyDiagramXml (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | tickets.js | 82 ui.fileLoaded(new LocalFile(ui, ui.emptyDiagramXml, this.defaultFilename, true));
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 812 var data = this.emptyDiagramXml; 836 var data = this.emptyDiagramXml; 1071 this.openLocalFile(this.emptyDiagramXml, this.defaultFilename);
|
H A D | EditorUi.js | 370 …EditorUi.prototype.emptyDiagramXml = '<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0… method in EditorUi 2199 var xml = (desc.format != 'csv' && realData.length > 0) ? realData : this.emptyDiagramXml; 11168 this.openLocalFile(this.emptyDiagramXml, this.defaultFilename, temp); 11249 this.openLocalFile(this.emptyDiagramXml, this.defaultFilename, temp); 11566 xml = this.emptyDiagramXml; 11934 xml = xml || this.emptyDiagramXml; 11937 blank: xml == this.emptyDiagramXml, name: filename, 11970 xml = xml || this.emptyDiagramXml; 11976 blank: xml == this.emptyDiagramXml, name: name, 11982 fn(xml, evt, xml != this.emptyDiagramXml, data.toSketch);
|
H A D | Editor.js | 2028 if (config.emptyDiagramXml) 2030 EditorUi.prototype.emptyDiagramXml = config.emptyDiagramXml; method in EditorUi
|
H A D | App.js | 4708 data = (data != null) ? data : this.emptyDiagramXml;
|
H A D | Dialogs.js | 10380 doSubmit(editorUi.emptyDiagramXml, filename);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3169 …ype.emptyLibraryXml=b.emptyLibraryXml);b.emptyDiagramXml&&(EditorUi.prototype.emptyDiagramXml=b.em… 3364 …;null!=b.firstChild;)b.removeChild(b.firstChild)};EditorUi.prototype.emptyDiagramXml='<mxGraphMode… method in EditorUi 3411 …gth&&(e+="\n"),e+=f);f=new LocalFile(this,"csv"!=b.format&&0<e.length?e:this.emptyDiagramXml,null!=
|
H A D | app.min.js | 10360 b.getStatus()&&299>=b.getStatus()?g(b.getText(),c):p()})):g(b.emptyDiagramXml,c)},g=function(c,d){v… 10501 …ype.emptyLibraryXml=b.emptyLibraryXml);b.emptyDiagramXml&&(EditorUi.prototype.emptyDiagramXml=b.em… 10696 …;null!=b.firstChild;)b.removeChild(b.firstChild)};EditorUi.prototype.emptyDiagramXml='<mxGraphMode… method in EditorUi 10743 …gth&&(e+="\n"),e+=d);d=new LocalFile(this,"csv"!=b.format&&0<e.length?e:this.emptyDiagramXml,null!= 11687 …r.spin(document.body,mxResources.get("inserting"))){e=null!=e?e:this.emptyDiagramXml;var m=mxUtils…
|
H A D | viewer-static.min.js | 3169 …ype.emptyLibraryXml=b.emptyLibraryXml);b.emptyDiagramXml&&(EditorUi.prototype.emptyDiagramXml=b.em… 3364 …;null!=b.firstChild;)b.removeChild(b.firstChild)};EditorUi.prototype.emptyDiagramXml='<mxGraphMode… method in EditorUi 3411 …gth&&(e+="\n"),e+=f);f=new LocalFile(this,"csv"!=b.format&&0<e.length?e:this.emptyDiagramXml,null!=
|