Adobe 38040334 - Dreamweaver CS3 User Manual page 89

Extending dreamweaver
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

The following figure shows an advanced Recordset dialog box that uses a database tree control and a variable grid
control:
Adding a database tree control
The database tree control has the following attributes:
Attribute name
Description
name
Name of the database tree control
Width and height, in pixels
control.style
Type of control
type
connection
Name of the database connection that is defined in the Connection Manager; if empty,
the control is empty.
noexpandbuttons
When this attribute is specified, the tree control does not draw the expand Plus (+) or
collapse Minus (-) indicators or the associated arrows on the Macintosh. This attribute
is useful for drawing multicolumn list controls.
When this attribute is specified, the tree control displays a header at the top that lists
showheaders
the name of each column.
Any option tags that are placed inside the
To add a database tree control to a dialog box, you can use the following sample code with appropriate substitutions
for quoted variables:
<select name="DBTree" style="width:400px;height:110px" ¬
type="mmdatabasetree" connection="connectionName" noexpandbuttons showHeaders></select>
tag are ignored.
select
DREAMWEAVER CS3
83
Extending Dreamweaver

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents