ChartDirector 6.0 (ColdFusion Edition)
WebChartViewer.renderHTML
Usage
renderHTML(pageContext [, extraAttrs ])
Description
Generates the HTML tags necessary to represent the chart, image map, and the JsChartViewer state.
The generated tags may include an <IMG> tag, image map tags, and hidden fields. Additional attributes may be included in the <IMG> by using the extraAttrs argument. Any text in extraAttrs will be inserted into the <IMG> tag as is.
Arguments
Argument | Default | Description |
pageContext | (Mandatory) | The PageContext object representing the current web page. This is typically obtained by using the ColdFusion "GetPageContext" function. |
extraAttrs | "" | Extra attributes to be included in the <IMG> tag. |
Return Value
A text string containing the HTML tags necessary to represent the chart, image map, and the JsChartViewer state
© 2017 Advanced Software Engineering Limited. All rights reserved.