38
Chapter 3: Tag and Function Changes
cffile
result
attribute for
upload
action
ColdFusion MX 7
fixnewline
attribute for
action="append"
and
action="write"
Change
ColdFusion MX
When assigning the
attributes, the file’s Archive
attribute is always set.
cfform
name
and
action
attributes
ColdFusion MX 7
The
name
and
action
attributes are optional.
accessible
,
format
,
height
,
width
,
method
,
onError
,
preloader
,
scriptsrc
,
skin
,
style
,
timeout
,
wMode
attributes
onReset
event
Changes
ColdFusion MX
ColdFusion MX only uses
the
cfinput
tag’s
checked
attribute if the
corresponding form field
value is undefined.
ColdFusion 5 used the
checked
attribute if the field
was undefined, or if it was
defined but not equal to
any of the specified
options.
For example, if you use a
cfparam
tag to set the
default value for
form.foo
to false before the
following
cfinput
tags,
neither of the options are
checked. In ColdFusion 5,
the Yes option is checked.
<cfinput name="foo"
type="radio"
value="yes" checked>
<cfinput name="foo"
type="checkbox"
value="no">
Tag
Attribute or value
Added in this
ColdFusion release
Comment