Contents

Return to Tags or Functions

cfdocumentitem

Syntax

<cfdocumentitem
	[name="string"]
	type="string">
[</cfdocumentitem>]

This tag is also supported within cfscript.

<cfscript>
  documentitem
	[name="string"]
	type="string" {
}
</cfscript>

[] = Optional attribute

Description

Specifies action items for a PDF document created by the cfdocument tag.

Body

This tag may have a body.

Attributes

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)

category Categories: