MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Especificações Página 647

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 692
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 646
1 2 ... 642 643 644 645 646 647 648 649 650 651 652 ... 691 692

Comentários a estes Manuais

Sem comentários