Deprecated
The has been deprecated as ColdFusion MX now has far better (and more open) ways of interacting with Java code. (Applies to: ColdFusion MX)
The has been deprecated as ColdFusion MX now has far better (and more open) ways of interacting with Java code. (Applies to: ColdFusion MX)
can be used to access secure pages (using https instead of http) by simply prefixing the URL with "https". By default port 443 will be used (alternate ports may be specified if needed). (Applies to: ColdFusion 4 and later)
is used to manage Verity collections. When using this tag (except perhaps to list available collections) use to protect the collection from other access. (Applies to: ColdFusion MX)
Need a list of available Verity collections? Use the tag and set ACTION="list" to obtain a query containing collections details. (Applies to: ColdFusion MX)
The tag is used to provide access to the Windows registry. Prior to ColdFusion MX this tag was supported on Unix (and Linux) installations to provide access to a registry emulator (used by ColdFusion). As ColdFusion MX does not use the registry this tag has been deprecated on non-Windows platforms....
The DBTYPE attribute is used to specify the type of database driver to be used. In ColdFusion 4 and 5 this was used to specify that native drivers, for example, were to be used. ColdFusion MX uses JDBC drivers and so all DBTYPE types have been deprecated with the exception of DBTYPE="query" (which...
By default, generates and displays charts. However, if needed, charts can be returned in a specified variable (for saving to disk using or for displaying as needed). To force a chart to be saved to a variable, simply specify that variable in the optional NAME attribute. (Applies to: ColdFusion MX)
Unlike in CF5, CFMX has no chart type for horizontal bar charts. To achieve this result use a regular bar chart and set ROTATED="yes" to rotate the chart by 90 degrees. (Applies to: ColdFusion MX)
borders can be enabled or disabled using the SHOWBORDER attribute, by default no borders are displayed. (Applies to: ColdFusion MX)
If grid lines are enabled, 3 lines will be displayed by default. This value can be changed using the GRIDLINES attribute. (Applies to: ColdFusion MX)