|
<cfdocumentitem [name="string"] type="string"> [</cfdocumentitem>]
This tag is also supported within cfscript.
<cfscript> documentitem [name="string"] type="string" { } </cfscript>
[] = Optional attribute
Specifies action items for a PDF document created by the cfdocument tag.
This tag may have a body.
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
| Name | Type | Required | Description |
| name | string | No | used only for type bookmark, name of the bookmark to define. |
| type | string | Yes | Specifies the action: - pagebreak (starts a new page at the location of the tag) - header (uses the text between in the body of the tag as the running header) - footer (uses the text between the the body of the tag as the running footer) - bookmark (set a boomark, use the attribute name to define the name of the bookmark) |
Categories: