Searched refs:autosave (Results 1 – 25 of 72) sorted by relevance
123
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Settings.js | 77 return mxSettings.settings.autosave; 79 setAutosave: function(autosave) argument 81 mxSettings.settings.autosave = autosave; 236 autosave: true, 362 if (mxSettings.settings.autosave == null) 364 mxSettings.settings.autosave = true;
|
H A D | DrawioFile.js | 989 return !this.inConflictState && this.ui.editor.autosave; 1953 this.autosave(this.autosaveDelay, this.maxAutosaveDelay, mxUtils.bind(this, function(resp) 1977 if ((!this.isAutosaveOptional() || !this.ui.editor.autosave) && 2136 DrawioFile.prototype.autosave = function(delay, maxDelay, success, error) method in DrawioFile
|
H A D | DriveClient.js | 1307 ((this.ui.editor.autosave) ? '' : '-nosave') + 1675 ((this.ui.editor.autosave) ? '' : '-nosave') +
|
H A D | App.js | 35 ((this.editor.autosave) ? '' : '-nosave') + 62 EditorUi.logEvent({category: ((this.editor.autosave) ? 'ON' : 'OFF') + 64 label: 'autosave_' + ((this.editor.autosave) ? 'on' : 'off')}); 1831 ((this.editor.autosave) ? '' : '-nosave') +
|
H A D | EditorUi.js | 2722 label: 'autosave_' + ((this.editor.autosave) ? 'on' : 'off')}); 10503 mxSettings.setAutosave(this.editor.autosave); 10507 this.editor.autosave = mxSettings.getAutosave(); 11745 var autosave = false; 12398 autosave = data.autosave == 1; 12599 if (autosave && changeListener == null)
|
H A D | Menus.js | 706 editorUi.editor.setAutosave(!editorUi.editor.autosave); 712 return autosaveAction.isEnabled() && editorUi.editor.autosave;
|
H A D | Editor.js | 4116 return ui.editor.autosave; 4121 if (ui.editor.autosave && file.isModified()) 4131 apply(ui.editor.autosave);
|
/plugin/drawio/ |
H A D | script.js | 117 autosave: 1, xml: draft.xml}), '*'); 134 autosave: 1, xmlpng: data.content}), '*'); 150 autosave: 1, xml: data.content}), '*');
|
/plugin/diagramsnet/ |
H A D | script.js | 32 …iframe.contentWindow.postMessage(JSON.stringify({action: 'load', autosave: 1, xmlpng: result.cont…
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_i18n.txt | 51 autosave=autosave
|
H A D | dia_ru.txt | 51 autosave=Автосохранение
|
H A D | dia_bg.txt | 51 autosave=Автоматично запазване
|
H A D | dia_el.txt | 51 autosave=Αυτόματη αποθήκευση
|
H A D | dia_zh.txt | 51 autosave=自动保存
|
H A D | dia_uk.txt | 51 autosave=Автозбереження
|
H A D | dia_fa.txt | 51 autosave=ذخیره خودکار
|
H A D | dia_ja.txt | 51 autosave=自動保存
|
H A D | dia_he.txt | 51 autosave=שמירה אוטומטית
|
H A D | dia_ko.txt | 51 autosave=자동 저장
|
H A D | dia_th.txt | 51 autosave=บันทึกโดยอัตโนมัติ
|
H A D | dia_zh-tw.txt | 51 autosave=自動儲存
|
H A D | dia_ar.txt | 51 autosave=حفظ تلقائي
|
H A D | dia_eu.txt | 51 autosave=Automatikoki gorde
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 1200 ui.editor.setAutosave(!ui.editor.autosave); 1203 action.setSelectedCallback(function() { return ui.editor.autosave; });
|
H A D | Editor.js | 309 Editor.prototype.autosave = true; method in Editor 349 this.autosave = value;
|
123