Adobe Extending Dreamweaver CS4 Manuel d'utilisateur Page 30

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 387
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 29
24
EXTENDING DREAMWEAVER CS4
Customizing Dreamweaver
<panelcontainer>
Description
Describes an entire panel group.
Attributes
expanded, title,{ height,} activepanel, visible, maximize, maxRestorePanel, maxRestoreIndex,
maxRect, tabsinheader
expanded is a Boolean value: true if the panel is expanded; false otherwise.
title is a string that specifies the title of the panel.
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.
Note: Width is inherited from the parent.
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.
Vue de la page 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 386 387

Commentaires sur ces manuels

Pas de commentaire