Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm creating an extension and I need the height value so I can create the object according to the size of the component.
However, the $ element.height () value is sometimes returned by considering the header, and sometimes not considering.
Can anyone tell me what might be happening?
PS: Code that I get value.
var vHeight = $element.height();
Hi,
Sounds very strange. $element (that is the jQuery wrapper you get as a parameter to the paint method) should always be without the object title, subtitle etc, which the framework renders for you. In what situations do you get something else??
Erik Wetterberg