export

Places a button in the view for easy printing or downloading multiple files in one Zip-archive.

To add a print button:

    <table>
        <export>print</export>

To add selection boxes and a button for downloading multiple files as a Zip-file:

    <table>
        <export>download</export>
        <filename>doctitle</filename>

Note When using the download export option, it is highly recommended to use the <filename> tag to give the files in the Zip-archive meaningful names.

To do both:

    <table>
        <export>download,print</export>
Use lowercase when possible