MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Especificaciones Pagina 464

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 463
464
Returns
Nothing.
Enabler
“dreamweaver.canShowFindDialog()” on page 424
dreamweaver.showFindReplaceDialog()
Availability
Dreamweaver 3
Description
Opens the Replace dialog box.
Arguments
None.
Returns
Nothing.
Enabler
“dreamweaver.canShowFindDialog()” on page 424
Frame and frameset functions
Frame and frameset functions cover two tasks: getting the names of the frames in a frameset and
splitting a frame in two.
dom.getFrameNames()
Availability
Dreamweaver 3
Description
Gets a list of all the named frames in the frameset.
Arguments
None.
Returns
An array of strings where each string is the name of a frame in the current frameset. Any unnamed
frames are skipped. If none of the frames in the frameset is named, an empty array returns.
Example
For a document that contains four frames (two of which are named), a call to
dreamweaver.getDocumentDOM().getFrameNames() might return an array that contains the
following strings:
"navframe"
"main_content"
Vista de pagina 463
1 2 ... 459 460 461 462 463 464 465 466 467 468 469 ... 691 692

Comentarios a estos manuales

Sin comentarios