Label; Dropdown; Listbox; Fontpicker - MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual

Table of Contents

Advertisement

182
</container>
</container>
<container
</container>
</container>
</editorlayout>

Label

<control name="lblSource" type="Label" caption="Source:" down=17
<control name="lblSource" type="Label" caption="Source:" down=17
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"
<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
<control name="colorColor" type="ColorPicker" anchor="lblColor"
corner="NE" width="maximum"/>
Chapter 13 Customizing the Development Environment
height=maximum
name="Advanced" type="TabPage" caption="Advanced">
right=10 width=50/>
right=10
caption="TOP" />
width=50/>

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion studio 5

Table of Contents