cfpresenter

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.

Attribute Reference

biography string
Required

Specifies the biography of the presenter.

name string
Required

Specifies the name of the presenter.

email string

The name to use for the JavaScript proxy class.

image string

Specifies the path for the presenter's image in JPEG format.
The JPG file must be relative to the CFM page.

title string

Specifies the title of the presenter.

Examples
Sample code using the cfpresenter tag


Fork me on GitHub