Make this FloatingPane full-screen (viewport)
if(this._maximized){ return; } this._naturalState = dojo.coords(this.domNode); if(this._isDocked){ this.show(); setTimeout(dojo.hitch(this,"maximize"),this.duration); } dojo.addClass(this.focusNode,"floatingPaneMaximized"); this.resize(dijit.getViewport()); this._maximized = true;