212
Chapter 14 Customizing the Development Environment
See
../VTML_Reference/control.html#radiogroup
radiogroup
/a
in the VTML
Reference for syntax and usage information.
TextArea
<control name="txtContent" type="TextArea"
down=5 right=5
width=maximum height=maximum
MAXWIDTHPADDING=5 MAXHEIGHTPADDING=5/>
See
../VTML_Reference/control.html#textarea
textarea
/a
in the VTML Reference
for syntax and usage information.
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/>
<control name="txtDataSource" type="TextBox"
anchor="lblDataSource" corner="NE" width=130/>
<control name="lblMaxRows" type="Label" caption="Max Rows:"
anchor="txtQueryName" corner="NE" down=0 right=10 width=70/>
<control name="lblTimeout" type="Label" caption="Timeout:"
anchor="txtDataSource" corner="NE" down=0 right=10 width=70/>
<control name="numMaxRows" type="TextBox" anchor="lblMaxRows"
corner="NE" width=30/>
<control name="numTimeout" type="TextBox" anchor="lblTimeout"
corner="NE" width=30/>
<control name="checkDebug" type="CheckBox" caption="Print debug
info" anchor="numTimeout" corner="NE" right=10 down=4
width=maximum/>
</container>
<control name="lblSQLStatement" type="Label" caption="SQL
Statement:" anchor="Panel1" corner="SW"down=10 right=0
width=110/>
<control name="txtSQLStatement" type="SQLTextArea"
anchor="lblSQLStatement" corner="SW" down="8" width=maximum
height=maximum DSNAMECONTROL="txtDataSource"
QUERYNAMECONTROL="txtQueryName"/>
</container>
See
../VTML_Reference/control.html#sqltextarea
sqltextarea
/a
in the VTML
Reference for syntax and usage information.
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...