User Guide
cfform 155
scriptSrc HTML,
Flash
XML
Opt See
Description
Specifies the URL, relative to the web root, of the
directory that contains the cfform.js file with the
client-side JavaScript used by this tag and its child
tags. For XML format forms, this directory is also the
default directory for XSLT skins.
This attribute is useful if the file is not in the default
location. This attribute may be required in some
hosting environments and configurations that block
access to the /CFIDE directory.
The default location is set in the ColdFusion MX
Administrator; by default, it is /CFIDE/scripts/
cfform.js.
If the Administrator has an empty default value,
ColdFusion looks for the script in the directory that
contains the ColdFusion page.
codeBase applets
in HTML
and
XML
Opt See
Description
URL of downloadable JRE plug-in for Internet
Explorer; used for
cfgrid, cfslider, and cftree Java
applet controls.
Default: /CFIDE/classes/cf-j2re-win.cab
archive applets
in HTML
and
XML
Opt See
Description
URL of downloadable Java classes for
cfgrid,
cfslider, and cftree applet controls.
Default: /CFIDE/classes/cfapplets.jar
height Flash
XML
Opt 100% The height of the form. Use a number to specify
pixels, In Flash, you can use a percentage value,
such as
"height=60%" to specify a percentage of the
available width. The displayed height might be less
than the specified size.
width Flash
XML
Opt 100% The width of the form. Use a number to specify
pixels, In Flash, you can use a percentage value,
such as
"width=60%" to specify a percentage of the
available width..
onError Flash Opt Applies only for onSubmit or onBlur validation; has
no effect for onServer validation.
An ActionScript expression or expressions to
execute if the user submits a form with one or more
validation errors.
Attribute Applies
to
Req/
Opt
Default Description