dojox
»
grid
» setStyleHeightPx
dojox.grid.setStyleHeightPx
dojo.require("dojox.grid._grid.lib");
defined in dojox/grid/_grid/lib.js
Usage
function (inElement, inHeight)
(view source)
if
(
inHeight
>
=
0
)
{
dojox.
grid
.
setStyle
(
inElement,
'height'
, inHeight +
'px'
)
;
}
parameter
type
description
inElement
inHeight