Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 670

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Flex and AIR Integration in ColdFusion
pdfParam="{pdfparams}" keepBookmark="true"
resultHandler="handleExtractResult"
errorHandler="handleExtractError"/>
<!-- set info-->
<cf:Pdf id="pdftest" action="setinfo"
source="http://localhost:8500/1page.pdf" info="{elements}"
resultHandler="handleExtractResult"
errorHandler="handleExtractError"/>
<!-- thumbnail-->
<cf:Pdf id="pdftest" action="thumbnail"
source="http://localhost:8500/EC205W_JoelGeraci.pdf"
resultHandler="handleThumbnailResult"
errorHandler="handleThumbnailError"/>
<!-- ProcessDDX-->
<cf:Pdf id="pdftest" action="processddx"
ddxString="{ddx}" outputFiles="{outputFiles}" result="handleProcessDDXResult"
fault="handleProcessDDXError"/>
Using the Chart class
The Chart class is the proxy for the ColdFusion Chart service, which provides the functionality of the
its child
and
chartdata
chartseries
• You specify the
cfchart
• You represent chart series in the
of objects, each of which represents a single chart (
type element for the chart type, a chartdata element for the chart data, and elements for any other series attributes.
• You represent each chart's data as an array of objects, each of which contains an item element and a value element.
You use these arrays as the
• You call the document object execute() function to run the service.
The following example shows how you can use the chart service:
tags.
attributes as Chart object properties.
element of the chart object. The
chartSeries
chartseries
elements of the chartSeries object.
chartdata
Last updated 1/20/2012
chartSeries
tag) document section. These objects include a
665
tag and
cfchart
element is an arrays

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents