Container and Control examples
211
FontPicker
<control name="lblFace" type="Label" caption="Font:" down=17 right=10
width=50/>
<control name="fontFace" type="FontPicker" anchor="lblFace" corner="NE"
width="maximum"/>
See
../VTML_Reference/control.html#fontpicker
fontpicker
/a
in the VTML
Reference for syntax and usage information.
ColorPicker
<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"/>
<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"/>
See
../VTML_Reference/control.html#colorpicker
colorpicker
/a
in the VTML
Reference for syntax and usage information.
Checkbox
<control name="checkNoShading" type="CheckBox" caption=" No Shading"
anchor="numWidth" corner="NE" down=4 right=20 width="maximum"/>
See
../VTML_Reference/control.html#checkbox
checkbox
/a
in the VTML Reference
for syntax and usage information.
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>
Summary of Contents for HOMESITE
Page 11: ...Contents xi Table of CommandID values 310 Table of SettingID values 314 Glossary 323...
Page 12: ...xii Contents...
Page 20: ...xx About This Book...
Page 28: ...8 Chapter 1 Setting Up the Product...
Page 70: ...50 Chapter 4 Managing Files...
Page 88: ...68 Chapter 5 Writing Code and Web Content...
Page 116: ...96 Chapter 6 Editing Pages...
Page 148: ...128 Chapter 7 Using Web Development Languages...
Page 190: ...170 Chapter 11 Deploying Files...
Page 210: ...190 Chapter 12 Testing and Maintaining Web Pages...
Page 216: ...196 Chapter 13 Extending the Help System...
Page 350: ...330 Glossary...
Page 358: ...338 Index...