footer_block

Summary

Insert header and footer containing images, tables, etc.

Usage

{pdf( footer_block, hash( block_code, $variable ) )}

Parameters

NameTypeDescriptionRequired
block_code mixed Variable of template code set by 'set_block' yes

Returns

Description

Available from Exponential 3.5.

Insert this at the end of the PDF templates.

Examples

Insert party complex footer

{set-block variable=footer}

 {set-block variable=footer_table}

    <tr><td>test</td></tr>

 {/set-block}

 {pdf(table, $footer_table )}

 {pdf(set_margin, hash( left, 20 ) )}

{/set-block}

 

{pdf(footer_block, $footer)}

Any content can be inserted insite the footer set-block, images, links, etc. #page and #total tags can also be used.

Comments

log in or create a user account to comment.

Contents

Reference

Database diagram
Template operators
    PDF
       anchor
       createIndex
       filled_circle
       filled_rectangle
       footer
       footer_block
       frame_header
       frontpage
       header
       header_block
       image
       keyword
       line
       link
       newline
       newpage
       set_font
       set_margin
       strike
       table
       text
       text_box
       text_frame
       toc
       ul
    Arrays
    Data extraction
    Formatting
    Images
    Logic
    Mathematics
    Miscellaneous
    Strings
    URLs
    Variables
Template functions
Data fetching
Modules
XML tags


Created

30/09/2004
11:41:11 pm
by Kåre Køhler Høvik

Last updated

30/09/2004
11:41:11 pm
by Kåre Køhler Høvik

Authors

Kåre Køhler Høvik



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.