Tobago Demo

Menu

Header and Footer

A header / footer can be set via the <tc:header/> respectively <tc:footer/> tag.

Basics

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>
© 2005-2023 Apache Software Foundation, Licensed under the Apache License, Version 2.0.