dojox
»
layout
»
FloatingPane
» minimize
dojox.layout.FloatingPane.minimize
dojo.require("dojox.layout.FloatingPane");
defined in dojox/layout/FloatingPane.js
Hide and dock the FloatingPane
Usage
function ()
(view source)
if
(
!
this
._isDocked
)
{
this
.
hide
(
dojo.
hitch
(
this
,
"_dock"
)
)
;
}