CodeCharge Studio

fld<control name> Run-Time Variable (ColdFusion)

Applies to

Label Control , TextBox Control, TextArea Control, Checkbox Control, Image Control, ImageLink Control, Hidden Control, ListBox Control, CheckboxList Control, RadioButton Control, FileUpload Control

Type

any

Access

read/write

Syntax

<cfset <expression>=fld<control>>
<cfset fld<control>=<expression>>

Description

Holds the value of the control. For list controls such as CheckBoxList and ListBox, this variable can contain a semicolon separated list of values. For a Link, this is the value that will be displayed as the link label (i.e. between <a> and </a> tags in the HTML code). For an Image, this value is the image path.

See also

fld<control>Link Variable
hide<control> Variable


On-line, printable versions and updates