MACROMEDIA COLFUSION MX 7-CFML Reference page 325

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

cfparam
Description
Tests for the existence of a parameter (that is, a variable), validates its data, and, if a default value
is not assigned, optionally provides one.
Category
Variable manipulation tags
Syntax
<cfparam
name = "param_name"
type = "data_type"
default = "value"
max = "value"
min = "value"
pattern = "regular expression">
See also
,
cfcookie
cfregistry
function and the cfparam tag" in Chapter 28, "Validating Data," in ColdFusion MX Developer's
Guide
History
ColdFusion MX 7:
Added
,
min
max
Added creditcard, email, eurodate, float, integer, range, regex, regular_expression, ssn,
social_security_number, time, URL, USdate, and zipcode attributes of the
,
cfsavecontent
, and
attributes.
pattern
,
,
; "Validating data with the IsValid
cfschedule
cfset
attribute.
type
cfparam
325

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents