michaelc
5 Jan 2012, 4:03 PM
trying to find the size of the view.
I use to use Ext.lib.Dom.getViewWidth() and Ext.lib.Dom.getViewHeight()
where would I find it now ?
var colWidth = Math.floor( ( Ext.lib.Dom.getViewWidth() - ( 150 + 120 ) ) /9 ) -7;
also just noted Ext.util.JSON is also missing. - nevermind on this one its Ext.JSON
I use to use Ext.lib.Dom.getViewWidth() and Ext.lib.Dom.getViewHeight()
where would I find it now ?
var colWidth = Math.floor( ( Ext.lib.Dom.getViewWidth() - ( 150 + 120 ) ) /9 ) -7;
also just noted Ext.util.JSON is also missing. - nevermind on this one its Ext.JSON