MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spécifications Page 647

  • 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 646
647
Returns
true if Dreamweaver is in MDI mode; false if Dreamweaver is in classic mode.
Example
if(dw.isMDI())
{
dw.cascade()
}
dreamweaver.minimizeRestoreAll()
Availability
Dreamweaver 4
Description
Minimizes (reduces the window to an icon) or restores all windows in Dreamweaver.
Arguments
bMinimize
bMinimize
is a Boolean value. true indicates that windows should be minimized; false
indicates that minimized windows should be restored.
Returns
Nothing.
dreamweaver.setActiveWindow()
Availability
Dreamweaver 3
Description
Activates the window that contains the specified document.
Arguments
documentObject, {bActivateFrame}
documentObject is the object at the root of a documents DOM tree (the value that
dreamweaver.getDocumentDOM() returns).
bActivateFrame, applicable only if documentObject is inside a frameset, is a Boolean value
that indicates whether to activate the frame that contains the document as well as the window
that contains the frameset.
Returns
Nothing.
dreamweaver.setFloaterVisibility()
Availability
Dreamweaver 3
Description
Specifies whether to make a particular floating panel or inspector visible.
Vue de la page 646
1 2 ... 642 643 644 645 646 647 648 649 650 651 652 ... 691 692

Commentaires sur ces manuels

Pas de commentaire