Searched refs:fileChanged (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/ |
H A D | open.js | 24 function fileChanged() function 229 form.upfile.onchange = fileChanged;
|
H A D | viewer.min.js | 3018 …ull!=c&&c({message:mxResources.get("busy")}):null!=this.sync?this.sync.fileChanged(b,c):this.updat… 3048 …changeListenerEnabled||!this.isEditable()||null!=e&&e.ignoreEdit||this.fileChanged()}),this.ui.edi… 3065 …spinner.stop();this.ui.getCurrentFile()==this&&(this.isModified()?this.fileChanged():b?(this.isTra… 3071 DrawioFile.prototype.fileChanged=function(){this.lastChanged=new Date;this.setModified(!0);this.isA… 3213 …nction(b){d.editor.setAutosave(b);d.editor.autosave&&f.isModified()&&f.fileChanged()},{install:fun…
|
H A D | app.min.js | 9978 …ull!=e&&e({message:mxResources.get("busy")}):null!=this.sync?this.sync.fileChanged(b,e):this.updat… 10008 …changeListenerEnabled||!this.isEditable()||null!=d&&d.ignoreEdit||this.fileChanged()}),this.ui.edi… 10025 …spinner.stop();this.ui.getCurrentFile()==this&&(this.isModified()?this.fileChanged():b?(this.isTra… 10031 DrawioFile.prototype.fileChanged=function(){this.lastChanged=new Date;this.setModified(!0);this.isA… 10419 …leNode.setAttribute("border",Math.max(0,parseInt(m.value))),null!=k&&k.fileChanged());b.hideDialog… 10420 …ileNode.setAttribute("compressed",p.checked?"true":"false"),null!=k&&k.fileChanged());b.hideDialog… 10545 …nction(b){c.editor.setAutosave(b);c.editor.autosave&&d.isModified()&&d.fileChanged()},{install:fun… 11648 …t(mxUtils.bind(this,function(){var b=this.getCurrentFile();null!=b&&(b.fileChanged(),null!=e&&e())…
|
H A D | viewer-static.min.js | 3018 …ull!=c&&c({message:mxResources.get("busy")}):null!=this.sync?this.sync.fileChanged(b,c):this.updat… 3048 …changeListenerEnabled||!this.isEditable()||null!=e&&e.ignoreEdit||this.fileChanged()}),this.ui.edi… 3065 …spinner.stop();this.ui.getCurrentFile()==this&&(this.isModified()?this.fileChanged():b?(this.isTra… 3071 DrawioFile.prototype.fileChanged=function(){this.lastChanged=new Date;this.setModified(!0);this.isA… 3213 …nction(b){d.editor.setAutosave(b);d.editor.autosave&&f.isModified()&&f.fileChanged()},{install:fun…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioFile.js | 210 this.sync.fileChanged(success, error); 1381 this.fileChanged(); 1765 this.fileChanged(); 1931 DrawioFile.prototype.fileChanged = function() method in DrawioFile
|
H A D | DrawioFileSync.js | 671 var thread = this.fileChanged(mxUtils.bind(this, function(err) 690 DrawioFileSync.prototype.fileChanged = function(success, error, abort, lazy) method in DrawioFileSync 1492 this.fileChanged(success, error);
|
H A D | Dialogs.js | 12176 file.fileChanged(); 12224 file.fileChanged();
|
H A D | App.js | 3502 file.fileChanged();
|
H A D | Editor.js | 4123 file.fileChanged();
|