Home
last modified time | relevance | path

Searched refs:EmbedFile (Results 1 – 6 of 6) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DEmbedFile.js5 EmbedFile = function(ui, data, desc) class
14 mxUtils.extend(EmbedFile, DrawioFile);
16 EmbedFile.prototype.getMode = function()
21 EmbedFile.prototype.getTitle = function()
H A DMenus.js2305 …if (file != null && file.constructor != EmbedFile && (file.constructor != LocalFile || file.mode !…
H A DApp.js5123 this.fileLoaded(new EmbedFile(this, data, desc));
H A DEditorUi.js11570 this.setCurrentFile(new EmbedFile(this, xml, {}));
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1285 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 Dapp.min.js10061EmbedFile=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",…