In this simple example, a <tc:object/>
show a page with a fixed
header and footer. Also you can access this site in a
new tab.
<tc:header fixed="true">
<tc:style customClass="bg-warning"/>
<p>This is the header.</p>
</tc:header>
<tc:box label="Content Box">
<p>Content between header and footer.</p>
...
</tc:box>
<tc:footer fixed="true">
<tc:style customClass="bg-info"/>
<p>This is the footer.</p>
</tc:footer>