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

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

Advertisement

TabPage container
The following table describes the Tab Page container:
<CONTAINER TYPE="TabPage" .../>
TabPage control is also special because it can only be contained inside a TabDialog
CONTAINER control.
NAME
CAPTION
TabPage example
<CONTAINER NAME="MainTabDialog" TYPE="TabDialog" WIDTH=MAXIMUM
In the ATTRIBUTES section of a Tag Definition, a TabDialog can be bound as a
CONTROL to an attribute named TYPE. The value of the variable
corresponding to this control will be the name of the selected TabPage. This
variable can then be queried in WIZML to find out which TabPage was
selected when the dialog was accepted by the user.
Caption displayed on the top of the tab.
HEIGHT=MAXIMUM>
<CONTAINER NAME="TabPage1" TYPE="TabPage" CAPTION="TEXTAREA
Tag">
... embedded controls
</CONTAINER>
<CONTAINER
NAME="TabPage2" TYPE="TabPage"
CAPTION="Content">
... embedded controls
</CONTAINER>
</CONTAINER>
157

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents