Searched refs:compactMode (Results 1 – 2 of 2) sorted by relevance
1245 App.prototype.compactMode = false; method in App7043 visible = (visible != null) ? visible : this.compactMode;7078 this.compactMode = !visible;
11576 …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};