Describes a presenter in a slide presentation. A slide presentation can have multiple presenters. The presenters must be referenced from the slides defined by the cfpresentationslide tag.
<cfpresenter name="">
cfpresenter(name="");
This tag requires
Adobe ColdFusion.
Not supported on Lucee, etc.
Specifies the path for the presenter's image in JPEG format. The JPG file must be relative to the CFM page.
logo
string
Specifies the path for the presenter's logo or the logo of the presenters organization. The logo must be in JPEG format. The file must be relative to the CFM page.
title
string
Specifies the title of the presenter.
Examples
Sample code using the cfpresenter tag
Add an Example for: cfpresenter
Use this form to create the Serialized JSON string needed to add an example into the docs.