-
4 May 2011 9:37 AM #1
Unanswered: Ext Core Ext.select getHeight
Unanswered: Ext Core Ext.select getHeight
I need to get height over Ext.select, but fails.
Please give me some advice how to do it easier.
At the moment I think to do it over this. But it is not cute way.
Code:Ext.select('#'+Ext.dd.ddEL+' div.x-window-body').elements[0].attributes[0].nodeValue
-
14 May 2011 3:16 AM #2
How about
see: http://dev.sencha.com/deploy/ext-4.0...ementLite.html (#first method)Code:Ext.select('#'+Ext.dd.ddEL+' div.x-window-body').first().getHeight();
and http://dev.sencha.com/deploy/ext-4.0...e.Element.html (#getHeight method)Daniel Jagszent
dɐɳiel@ʝɐgszeɳt.de <- convert to plain ASCII to get my email address
Similar Threads
-
[2.x/3.x] getHeight and getWidth on Ext.getBody
By Animal in forum Ext 2.x: BugsReplies: 4Last Post: 22 Sep 2010, 6:53 AM -
Multie-select listbox core component?
By PCSpectra in forum Community DiscussionReplies: 0Last Post: 22 Apr 2010, 6:30 AM -
Firebug: c.getHeight is not a function
By syedarshadali in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 26 Oct 2009, 10:30 PM -
window size using getHeight
By h3ll0w in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 18 Oct 2009, 10:56 PM


Reply With Quote