Searched refs:EmbedFile (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EmbedFile.js | 5 EmbedFile = function(ui, data, desc) class 14 mxUtils.extend(EmbedFile, DrawioFile); 16 EmbedFile.prototype.getMode = function() 21 EmbedFile.prototype.getTitle = function()
|
H A D | Menus.js | 2305 …if (file != null && file.constructor != EmbedFile && (file.constructor != LocalFile || file.mode !…
|
H A D | App.js | 5123 this.fileLoaded(new EmbedFile(this, data, desc));
|
H A D | EditorUi.js | 11570 this.setCurrentFile(new EmbedFile(this, xml, {}));
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1285 if (typeof EmbedFile === 'undefined') 1304 EmbedFile.prototype.autosaveDelay = 500; class 1309 EmbedFile.prototype.saveDelay = 0; 1314 EmbedFile.prototype.isConflict = function(err) 1330 EmbedFile.prototype.isAutosave = function() 1347 EmbedFile.prototype.isRenamable = function() 1606 EmbedFile.prototype.getTitle = function() 1614 EmbedFile.prototype.getHash = function() 1622 EmbedFile.prototype.getId = function() 1650 success(new EmbedFile(ui, data, desc)); [all …]
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10061 …EmbedFile=function(b,e,d){DrawioFile.call(this,b,e);this.desc=d||{};this.mode=App.MODE_EMBED};mxUt… 11698 …mxUtils.bind(this,function(b,d){this.spinner.stop();this.fileLoaded(new EmbedFile(this,b,d));null!… 11868 EmbedFile||b.constructor==LocalFile&&null==b.mode||c.saveFile()},c.actions.addAction("saveAndExit",…
|