48
Customizing Dreamweaver
<document>
Description
Specifies the Document window’s initial position and size.
Attributes
rect, maximize
■
rect
specifies the position and size of the Document window. The string is in the form
“left top right bottom” specified as integers. If the
maximize
value is
true
, the
rect
value
is ignored.
■
maximize
is a Boolean value:
true
if the Document window should be maximized on
startup;
false
otherwise. The default value is
true
.
Contents
None.
Container
This tag must be contained in a
panelset
tag.
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
■
x
specifies the left position of the panel group. Its value can be an integer or a value that is
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.
Summary of Contents for DREAMWEAVER 8-EXTENDING DREAMWEAVER
Page 1: ...Extending Dreamweaver...
Page 8: ...8 Contents...
Page 14: ...14 Introduction...
Page 16: ......
Page 54: ...54 Customizing Dreamweaver...
Page 96: ...96 Customizing Code View...
Page 98: ......
Page 110: ...110 Extending Dreamweaver...
Page 138: ......
Page 166: ...166 Insert Bar Objects...
Page 180: ...180 Commands...
Page 248: ...248 Toolbars...
Page 260: ...260 Reports...
Page 278: ...278 Tag Libraries and Editors...
Page 288: ...288 Property Inspectors...
Page 378: ...378 Server Behaviors...
Page 398: ...398 Data Sources...
Page 432: ...432 Server Models...
Page 456: ...456 Data Translators...
Page 482: ......
Page 492: ...492 The Shared Folder...