Container/Control Examples
183
<control name="lblColor" type="Label" caption="Color:" anchor="lblFace"
corner="SW" down=11 width=50/>
<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" caption="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 name="TabPage1" type="TabPage" caption="CFQUERY Tag">
<container name="Panel1" type="Panel" down=5 right=10
width="maximum" height=80>
<control name="lblQueryName"
type="Label" caption="Query Name:"
down=17 right=10 width=80/>
<control name="lblDataSource"
type="Label" caption="Data Source:"
anchor="lblQueryName" corner="SW"
down=10 right=0 width=80/>
<control name="txtQueryName" type="TextBox" anchor="lblQueryName"
corner="NE" width=130/>
Summary of Contents for ColdFusion Server 5
Page 18: ...xviii About This Book...
Page 26: ...8 Chapter 1 Setting Up the Product...
Page 42: ...24 Chapter 2 Configuring Browsers and Servers...
Page 60: ...42 Chapter 3 Exploring the Workspace...
Page 100: ...82 Chapter 6 Editing Pages...
Page 126: ...108 Chapter 7 Using Web Development Languages...
Page 212: ...194 Chapter 13 Customizing the Development Environment...
Page 320: ...302 Glossary...