Searched refs:showSplash (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Init.js | 310 var showSplash = true; variable 314 showSplash = JSON.parse(value).showStartScreen; 318 if (showSplash == false)
|
H A D | App.js | 2649 this.showSplash(true); 3386 this.showSplash(); 3672 this.showSplash(); 4040 this.showSplash(); 4721 this.showSplash(); 5322 this.showSplash(); 5362 this.showSplash(); 6516 this.showSplash(); 7270 this.showSplash(); 7315 this.showSplash(); [all …]
|
H A D | DriveClient.js | 2382 this.ui.showSplash();
|
H A D | Dialogs.js | 418 editorUi.showSplash(true); 576 editorUi.showSplash(); 582 editorUi.showSplash();
|
H A D | EditorUi.js | 553 EditorUi.prototype.showSplash = function(force) { }; method in EditorUi 2640 this.showSplash(); 3804 this.showSplash();
|
H A D | Menus.js | 162 editorUi.showSplash();
|
/plugin/diagramsnet/lib/plugins/ |
H A D | trello.js | 34 editorUi.showSplash = function() class in editorUi
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10082 …App.MODE_GOOGLE);b.hideDialog();b.showSplash()},function(c){b.handleError(c,null,function(){b.hide… 10786 mxUtils.bind(this,function(b){b&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash… 11623 App.prototype.appIconClicked=function(b){if(mxEvent.isAltDown(b))this.showSplash(!0);else{var e=thi… 11654 mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){this.showSplash()}));else if(mxCli… 11666 c;k.apply(g,arguments);null==this.getCurrentFile()&&this.showSplash()})}}}catch(n){this.handleError… 11703 …d(d);var e=this.getCurrentFile();null==e?(window.location.hash="",this.showSplash()):this.editor.c… 11738 …function(b){null!=c&&c(b);b&&null==this.getCurrentFile()&&null==this.dialog&&this.showSplash()}))}; 11772 …d(this,function(){this.setMode(App.MODE_GOOGLE);this.hideDialog();this.showSplash()}),mxUtils.bind… 11773 …teArg=null;this.drive.logout();this.setMode(App.MODE_GOOGLE);this.hideDialog();this.showSplash()}), 11774 …d(this,function(){this.setMode(App.MODE_GOOGLE);this.hideDialog();this.showSplash()}),mxUtils.bind… [all …]
|
H A D | viewer.min.js | 3368 function(b,c,e){return this.editor.graph.openLink(b,c,e)};EditorUi.prototype.showSplash=function(b)… 3420 …rces.get("rename")));this.editor.setStatus("");this.updateUi();c||this.showSplash()});if(null!=b)t… 3454 "1"!=urlParams.embed&&this.showSplash()}));b.init()};var e=EditorUi.prototype.createFormat;EditorUi…
|
H A D | viewer-static.min.js | 3368 function(b,c,e){return this.editor.graph.openLink(b,c,e)};EditorUi.prototype.showSplash=function(b)… 3420 …rces.get("rename")));this.editor.setStatus("");this.updateUi();c||this.showSplash()});if(null!=b)t… 3454 "1"!=urlParams.embed&&this.showSplash()}));b.init()};var e=EditorUi.prototype.createFormat;EditorUi…
|