MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Specifikace Strana 47

  • 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 46
Extensible document types in Dreamweaver 47
<panelset>
Description
Outermost tag, which signals the start of the panel set description.
Attributes
None.
Contents
This tag may contain one or more <application>, <document>, or <panelset> tags.
Container
None.
Example
<panelset>
<!-- panelset tags here -->
</panelset>
<application>
Description
Specifies the application windows initial position and size.
Attributes
rect, maximize
rect specifies the position and size of the application window. The string is in the form
“left top right bottomspecified as integers.
maximize is a Boolean value: true if the application 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>
<application rect=”0 0 1000 1200” maximize=”false”>
</application>
</panelset>
Zobrazit stránku 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 503 504

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

Žádné komentáře