trh:frameBorderLayout |
|
<p>The <trh:frameBorderLayout> tag displays frames in the left, right, top, bottom, innerLeft, innerRight and center positions.</p>
Example
<trh:frameBorderLayout shortDesc="Frame border layout demo">
<f:facet name="alternateContent">
<tr:outputText value="Your browser does not support frames. Frames support is required for this demo page"/>
</f:facet>
<f:facet name="top" >
<trh:frame width="100%" height="30pt" scrolling="yes"
shortDesc="Top frame"
source="frameBorderLayout.top.jsf" />
</f:facet>
<f:facet name="left" >
<trh:frame width="10%" scrolling="auto"
shortDesc="Left frame"
source="frameBorderLayout.left.jsf" />
</f:facet>
<f:facet name="innerLeft" >
<trh:frame width="10%" scrolling="auto"
shortDesc="Inner left frame"
source="frameBorderLayout.innerLeft.jsf" />
</f:facet>
<f:facet name="innerRight" >
<trh:frame width="10%" scrolling="auto"
shortDesc="Inner right frame"
source="frameBorderLayout.innerRight.jsf" />
</f:facet>
<f:facet name="right" >
<trh:frame width="10%" height="100%" scrolling="auto"
shortDesc="Right frame"
source="frameBorderLayout.right.jsf" />
</f:facet>
<f:facet name="bottom" >
<trh:frame width="100%" height="30pt" scrolling="yes"
shortDesc="Bottom frame"
source="frameBorderLayout.bottom.jsf" />
</f:facet>
<f:facet name="center" >
<trh:frame scrolling="auto"
shortDesc="Center frame"
source="hello.html" />
</f:facet>
</trh:frameBorderLayout>
Rendered Output
|