Searched refs:EmbedFile (Results 1 – 6 of 6) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/ |
| 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()
|
| D | Menus.js | 2305 …if (file != null && file.constructor != EmbedFile && (file.constructor != LocalFile || file.mode !…
|
| D | App.js | 5123 this.fileLoaded(new EmbedFile(this, data, desc));
|
| D | EditorUi.js | 11570 this.setCurrentFile(new EmbedFile(this, xml, {}));
|
| /plugin/diagramsnet/lib/plugins/ |
| 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) 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/ |
| D | app.min.js | 10061 …EmbedFile=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",…
|