MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spécifications Page 650

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 649
650
Returns
Nothing.
Example
if(dw.isMDI())
{
dw.tileHorizontally()
}
dreamweaver.tileVertically()
Availability
Dreamweaver MX (Windows only)
Description
In MDI mode, dw.tileVertically() tiles the document window vertically, positioning one
document window below the other without overlapping documents. This is similar to splitting
the workspace horizontally. If Dreamweaver is not in MDI mode,
dw.tileVertically has no
effect.
Arguments
None.
Returns
Nothing.
Example
if(dw.isMDI())
{
dw.tileVertically()
}
dreamweaver.toggleFloater()
Availability
Dreamweaver 3
Description
Shows, hides, or brings to the front the specified panel or inspector.
Note: This function is meaningful only in the menus.xml file. To show, bring forward, or hide a floating panel, use
dw.setFloaterVisibility().
Arguments
floaterName
floaterName
is the name of the window. If the floating panel name is reference, the visible/
invisible state of the Reference panel is updated by the users selection in Code view. All other
panels track the selection all the time, but the Reference panel tracks the selection in Code view
only when the user invokes tracking.
Returns
Nothing.
Vue de la page 649
1 2 ... 645 646 647 648 649 650 651 652 653 654 655 ... 691 692

Commentaires sur ces manuels

Pas de commentaire