NAME
PDF::FromHTML::Template::Container::Footer
PURPOSE
To provide footer text and to specify where the footer starts, for looping.
NODE NAME
FOOTER
INHERITANCE
PDF::FromHTML::Template::Container::Margin
ATTRIBUTES
FOOTER_HEIGHT - the amount reserved for the footer from the bottom of the page.
CHILDREN
None
AFFECTS
Indicates to LOOP tags where to pagebreak.
DEPENDENCIES
None
USAGE
<pagedef>
... Stuff here ...
<footer footer_height="1i">
... Children here will render on every page ...
</footer>
</pagedef>
AUTHOR
Rob Kinyon (rkinyon@columbus.rr.com)
SEE ALSO
ALWAYS, HEADER, LOOP