Home
last modified time | relevance | path

Searched refs:compactMode (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js1245 App.prototype.compactMode = false; method in App
7043 visible = (visible != null) ? visible : this.compactMode;
7078 this.compactMode = !visible;
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11576 …GE_PATH+"/fullscreen.png";App.prototype.warnInterval=3E5;App.prototype.compactMode=!1;App.prototyp…
11762 App.prototype.toggleCompactMode=function(b){(b=null!=b?b:this.compactMode)?(this.menubar.container.…
11764 …,this.toggleElement.style.backgroundImage="url('"+this.chevronDownImage+"')");this.compactMode=!b};