Hi guys,
I have two questions:
1.)
How do I get the width of an element by id by going:
Ext.get('id-of-element')...? I've tried Ext.get('id-of-element').getWidth
2.)
How do I get a child element by class name?
For example if the html looked like this...
<div id="parent">
<div class="child"></div>
</div>
Thanks!