MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spezifikationen Seite 464

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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"
Seitenansicht 463
1 2 ... 459 460 461 462 463 464 465 466 467 468 469 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare