MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Specifikace Strana 50

  • 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 49
50 Customizing Dreamweaver
height is an integer that specifies the height of the panel in pixels. This attribute is
optional. If
height is not specified, the build-in default for each panel is used.
activepanel is a number that is the ID of the front panel.
visible is a Boolean value: true if the panel is visible; false otherwise.
maximize is a Boolean value: true if the panel should be maximized when it appears
initially;
false otherwise.
maxRestorePanel is a number that is the ID of the panel to restore to.
maxRect is a string that indicates the position and size of the panel when it is maximized.
The string is in the form “left top right bottom”, specified as integers.
tabsinheader is a Boolean value: true indicates that tabs should be positioned in the
header instead of below the header bar;
false otherwise.
Contents
This tag must contain one or more panel tags.
Container
This tag must be contained in a panelframe tag.
Example
<panelset>
<panelframe rect=”196 453 661 987” visible=”true” dock=”floating”>
<panelcontainer title=”Color” height=”250” visible=”true”
expanded=”true” activepanel=”20”>
<!-- panel tags here --->
</panelcontainer>
</panelframe>
</panelset>
<panel>
Description
Specifies the panel that appears in the panel container.
Attributes
id, visibleTab
NOTE
Width is inherited from the parent.
Zobrazit stránku 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 503 504

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

Žádné komentáře