MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Specifikace Strana 48

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 504
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 47
48 Customizing Dreamweaver
<document>
Description
Specifies the Document windows 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.
Zobrazit stránku 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 503 504

Komentáře k této Příručce

Žádné komentáře