MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 152

For windows 95/98/nt4/2000
Table of Contents

Advertisement

160
<CONTROL TYPE="Label" .../>
TRANSPARENT
ALIGN
VALIGN
Label example
<CONTROL NAME="lblSource" TYPE="Label" CAPTION="Source:" DOWN=17 RIGHT=10
TextBox control
The following table describes the Text Box control.
<CONTROL TYPE="TextBox" .../>
A simple textbox control.
VALUE
AUTOSIZE
EDITABLE
AUTOSELECT
MAXLENGTH
PASSWORDCHAR
ALLOWDECIMALPOINT
ALLOWNEGATIVE
YES/NO. Makes label transparent.
LEFT/CENTER/RIGHT. Specifies the horizontal alignment of text in the
label.
TOP/CENTER/BOTTOM. Specifies the vertical alignment of text in the label.
WIDTH=50/>
The text displayed by the text box.
YES/NO. Automatically sizes the control to the text it contains.
This option is overridden if WIDTH or HEIGHT are explicitly
specified.
YES/NO. Enables or disables editing.
YES/NO. Decides whether contents get highlighted when the
cursor enters the text box.
Limits the amount of text in the text box to a specific number of
characters.
A character to be used to mask entered text. You can create a
simple password box using PASSWORDCHAR="*".
YES/NO. Indicates whether an entered number can contain a
decimal point.
YES/NO. Indicates whether an entered number can be negative.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents