Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
DEmbedFile.js5 EmbedFile = function(ui, data, desc) class
14 mxUtils.extend(EmbedFile, DrawioFile);
16 EmbedFile.prototype.getMode = function()
21 EmbedFile.prototype.getTitle = function()
DMenus.js2305 …if (file != null && file.constructor != EmbedFile && (file.constructor != LocalFile || file.mode !…
DApp.js5123 this.fileLoaded(new EmbedFile(this, data, desc));
DEditorUi.js11570 this.setCurrentFile(new EmbedFile(this, xml, {}));
/plugin/diagramsnet/lib/plugins/
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)
1322 EmbedFile.prototype.getCurrentUser = function()
1330 EmbedFile.prototype.isAutosave = function()
1339 EmbedFile.prototype.isAutosaveOptional = function()
1347 EmbedFile.prototype.isRenamable = function()
1355 EmbedFile.prototype.save = function(revision, success, error, unloading, overwrite)
1369 EmbedFile.prototype.setModified = function(value)
[all …]
/plugin/diagramsnet/lib/js/
Dapp.min.js10061EmbedFile=function(b,e,d){DrawioFile.call(this,b,e);this.desc=d||{};this.mode=App.MODE_EMBED};mxUt… class
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",…