Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
eliasmazur
Contributor
Contributor

How to get the size of the object

Hi.

How do I find out the height of the container my extension object is placed in.  I have a few divs inside and want to size the last one based on the height of the container. 

Elias

1 Reply
eliasmazur
Contributor
Contributor
Author

Found the solution:   $element.height();

Thanks

Elias