182
Chapter 13 Customizing the Development Environment
height=maximum
</container>
</container>
<container name="Advanced" type="TabPage" caption="Advanced">
</container>
</container>
</editorlayout>
Label
<control name="lblSource" type="Label" caption="Source:" down=17
right=10 width=50/>
<control name="lblSource" type="Label" caption="Source:" down=17
right=10
width=50/>
<control name="txtSource" type="TextBox" value="Some Value"
anchor="lblSource" corner="NE" width="maximum"/>
DropDown
<control name="lblAlign"
type="Label" caption="Align:"
anchor="lblSource" corner="SW" down=11 width=50/>
<control name="dropAlign"
type="DropDown" anchor="lblAlign" corner="NE" width=100>
<item value="TOP" caption="TOP" />
<item value="MIDDLE" caption="MIDDLE" selected/>
<item value="BOTTOM" caption="BOTTOM" />
</control>
ListBox
<control name="lblSource"
type="Label" caption="Source:"
down=17 right=10 width=50/>
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"/>
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"/>
Содержание ColdFusion Server 5
Страница 18: ...xviii About This Book...
Страница 26: ...8 Chapter 1 Setting Up the Product...
Страница 42: ...24 Chapter 2 Configuring Browsers and Servers...
Страница 60: ...42 Chapter 3 Exploring the Workspace...
Страница 100: ...82 Chapter 6 Editing Pages...
Страница 126: ...108 Chapter 7 Using Web Development Languages...
Страница 212: ...194 Chapter 13 Customizing the Development Environment...
Страница 320: ...302 Glossary...