Vtml Container/Control Reference - MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual

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

Advertisement

156

VTML Container/Control Reference

This section contains the complete syntax, with examples, for VTML containers and
controls.
TabDialog container
The following table describes the TabDialog container.
<CONTAINER TYPE="TabDialog" .../>
TabDialog control is a special container control, because it can only contain <CONTAINER
TYPE="TabPage"> tags. This is natural because one needs to specify the tab pages before
embedding more controls on the tab dialog box itself.
NAME
MULTILINE
TabDialog example
<CONTAINER NAME="MainTabDialog" TYPE="TabDialog" WIDTH=MAXIMUM
The name of the TabDialog becomes the name of the variable to query to
find out which TabPage was chosen.
If specified, tabs can occupy multiple rows, otherwise if there are more
tabs than fit on one row, a scroll control appears.
HEIGHT=MAXIMUM>
<CONTAINER NAME="TabPage1" TYPE="TabPage" CAPTION="TEXTAREA
Tag">
... embedded controls
</CONTAINER>
<CONTAINER
NAME="TabPage2" TYPE="TabPage"
CAPTION="Content">
... embedded controls
</CONTAINER>
</CONTAINER>

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents