java - Get height of a component in JSF -
i using primefaces in webapplication , wonder if there way height of specific component in xhtml
.
in example have (from database) generated <p:tieredmenu>
, need know height of component layout other components. looked in facescontext
haven't found relevant problem.
maybe can give me hint how find settings.
the height dependent on how browser has rendered this.
you can check in javascript
$('#myelement').height()
see also: css / javascript - how rendered height of element?
Comments
Post a Comment