Populating Dialog Boxes With Tag Data - MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual

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

Advertisement

CONTAINER/CONTROL attributes (Continued)
WIDTH
HEIGHT
LFWIDTH
LFHEIGHT
MAXWIDTHPADDING
MAXHEIGHTPADDING

Populating dialog boxes with tag data

Once the layout of controls is completed one needs to define the way in which the
editor controls are populated when you are editing an existing tag. This is done in the
ATTRIBUTES
The
way tag attribute values get filled into the dialog controls.
<ATTRIBUTES>
The name attribute of the
specifies which control the value of that attribute should be assigned to. Notice that
Width of the control.
Can be specified in three ways:
Height of the control.
Can be specified in three ways:
Width of the control used when user's system is set to use large
fonts.
Height of the control used when user's system is set to use large
fonts.
Used with WIDTH=MAXIMUM. Specifies the padding in pixels from
the container's right boundary.
Used with HEIGHT=MAXIMUM. Specifies the padding in pixels from
the container's bottom boundary.
block of the main tag editor template.
block can contain
ATTRIBUTES
<ATTRIB NAME="VALUE" CONTROL="txtName"/>
<ATTRIB NAME="TITLE" CONTROL="txtTitle"/>
<ATTRIB NAME="TITLE" CONTROL="txtTitle2"/>
<ATTRIB NAME="ALT" CONTROL="txtAltText"/>
<ATTRIB NAME="ALIGN" CONTROL="dropAlign"/>
</ATTRIBUTES>
In pixels (for example., WIDTH=200).
As the name of another control (for example.,
WIDTH="SomeControl"). In this case the width of the
specified control is used. The control must be already
positioned.
Set to maximum (WIDTH="MAXIMUM"). Stretches control to
the right boundary of its container.
In pixels (for example., HEIGHT =200).
As the name of another control (for example., HEIGHT
="SomeControl"). In this case the height of the specified
control is used. The control must be already positioned.
Set to maximum (HEIGHT ="MAXIMUM"). Stretches control to
the bottom boundary of its container.
and
ATTRIB
tag specifies the name of the attribute, while
ATTRIB
tags. The
EVENT
ATTRIB
151
tag defines the
CONTROL

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents