How to get width and height of a div with extjs 4?
Regards
Try this:
Ext.get("divid").getWidth(); // Width
Ext.get("divid").getHeight(); // Height
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With