Searched refs:noSpin (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 1601 App.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) argument 1604 noSpin = (noSpin != null) ? noSpin : false; 1630 if (noSpin || this.spinner.spin(document.body, mxResources.get('saving')))
|
H A D | App.js | 4219 App.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) argument 4224 noSpin = (noSpin != null) ? noSpin : false; 4342 else if (noSpin || this.spinner.spin(document.body, mxResources.get('saving')))
|
H A D | EditorUi.js | 2962 EditorUi.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) { }; argument
|