Checkbox; Radiogroup; Textarea; Sqltextarea - MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual

Table of Contents

Advertisement

Container/Control Examples
<control name="lblColor" type="Label" caption="Color:" anchor="lblFace"
corner="SW" down=11
<control name="colorColor" type="ColorPicker" anchor="lblColor"
corner="NE" width="maximum"/>

Checkbox

<control name="checkNoShading"type="CheckBox" caption=" No Shading"
anchor="numWidth" corner="NE" down=4 right=20 width=maximum/>

RadioGroup

<control name="radioNameConflict"
type="RadioGroup" caption="Radio One"
anchor="lblAccept" corner="SW" down=35
height=maximum width=maximum
<item value="error" caption="Error – The file
will not be saved and ColdFusion will return
an error." selected="true"/>
<item value="SKIP" caption="Skip – Neither
saves the file nor throws an error."/>
<item value="overwrite"
Replaces the existing file if name conflict occurs." />
<item value="makeunique" caption="Makeunique - Automatically
generates a unique filename for the upload." />
</control>

TextArea

<control name="txtContent" type="TextArea"
down=5 right=5
width=maximum height=maximum
MAXWIDTHPADDING=5 MAXHEIGHTPADDING=5/>

SQLTextArea

<container
<container
width="maximum" height=80>
<control name="lblQueryName"
<control name="lblDataSource"
down=10 right=0 width=80/>
<control name="txtQueryName" type="TextBox" anchor="lblQueryName"
width=50/>
name="TabPage1" type="TabPage" caption="CFQUERY Tag">
name="Panel1" type="Panel" down=5 right=10
type="Label" caption="Query Name:"
down=17 right=10 width=80/>
type="Label" caption="Data Source:"
anchor="lblQueryName" corner="SW"
corner="NE"
width=130/>
caption="Overwrite -
183

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

This manual is also suitable for:

Coldfusion studio 5

Table of Contents