MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 48

Extending dreamweaver
Table of Contents

Advertisement

<document>
Description
Specifies the Document window's initial position and size.
Attributes
rect, maximize
specifies the position and size of the Document window. The string is in the form
rect
"left top right bottom" specified as integers. If the
is ignored.
is a Boolean value:
maximize
startup;
otherwise. The default value is
false
Contents
None.
Container
This tag must be contained in a
Example
<panelset>
<document rect="100 257 1043 1200" maximize="false">
</document>
</panelset>
<panelframe>
Description
Describes an entire panel group.
Attributes
x, y, {width, height}, dock, collapse
specifies the left position of the panel group. Its value can be an integer or a value that is
x
relative to the screen. If the integer value is not on the screen, the panel group appears in
the closest screen position possible to make it visible on the screen. Relative values can be
"left" or "right"; these values indicate which edge of the panel group to align with which
edge of the virtual screen.
48
Customizing Dreamweaver
if the Document window should be maximized on
true
true
tag.
panelset
value is
maximize
true
.
, the
value
rect

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents