Friday 03 Sep 2010   
Add Comment

Using CFPRESENTATION Tutorial

ColdFusion Tutorial #12

This tutorial provides an introduction to using the CFPRESENTATION and associated tags.

demo.cfm

Lines 5-11 setup the presentation with details of the presentation and the presenter. An image is included.

Lines 13-46 sets up the first slide, this slide runs for 30 seconds and includes audio, you will see from the slide that it contains a table of Employees.

Lines 48-90 setup the second slide, this slide sets up a Pie chart of employee salaries

Lines 96-120 sets up the third slide, which is a bar chart of employees by region.



Demo

See this code running!


Download

Download this code as a zip!


Comments

There are no comments!

Click button to add a comment


Author

Vishnu Prasad


Published

Sunday 14 Oct 2007

Tags

cfchart  cfchartdata  cfchartseries  cfloop  cfoutput  cfpresentation  cfpresentationslide  cfpresenter  cfquery  cfset