Home
last modified time | relevance | path

Searched refs:noSpin (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js1601 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 DApp.js4219 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 DEditorUi.js2962 EditorUi.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) { }; argument