dojox
»
GridView
» getWidth
dojox.GridView.getWidth
dojo.require("dojox.grid._grid.view");
defined in dojox/grid/_grid/view.js
Usage
function ()
(view source)
return
this
.
viewWidth
||
(
this
.
getColumnsWidth
(
)
+
this
.
getScrollbarWidth
(
)
)
+
'px'
;
// String