Height (attribute of panel)
From JRapid
Height of the panel section. Use CSS-style directives.
Usage
<td
panelheight = HEIGHT
width = WIDTH
</td>
Example
<panel name="Index" title="Default main page">
<table cellpadding="0" cellspacing="0" id="table" width="100%">
<tr>
<td panelheight="100%" width="400px">
<listing entity="Seller" name="sellerListing" title="Sellers"/>
</td>
</tr>
</table>
</panel>
