MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spezifikationen Seite 480

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 479
480
dreamweaver.getSystemFontList()
Availability
Dreamweaver 4
Description
Returns a list of fonts for the system. This function can get either all fonts or TrueType fonts only.
These fonts are needed for the Flash Text object.
Arguments
fontTypes
fontTypes
is a string that contains either "all" or "TrueType".
Returns
An array of strings that contain all the font names; returns null if no fonts are found.
Global application functions
Global application functions act on the entire application. They handle tasks such as quitting and
accessing preferences.
dreamweaver.beep()
Availability
Dreamweaver MX
Description
Creates a system beep.
Arguments
None.
Returns
Nothing.
Example
beep(){
if(confirm(“Is your order complete?”)
{
dreamweaver.beep();
alert(“Click OK to submit your order”);
}
}
dreamweaver.getShowDialogsOnInsert()
Availability
Dreamweaver 3
Description
Checks whether the Show Dialog When Inserting Objects option is turned on in the General
preferences.
Seitenansicht 479
1 2 ... 475 476 477 478 479 480 481 482 483 484 485 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare