User Guide
212 Chapter 14 Customizing the Development Environment
See ../VTML_Reference/control.html#radiogroupradiogroup/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#textareatextarea/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#sqltextareasqltextarea/a in the VTML
Reference for syntax and usage information.