Adobe Dreamweaver API Reference CS5 Bedienungsanleitung Seite 54

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 533
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 53
49
DREAMWEAVER API REFERENCE
Flash integration
Last updated 8/27/2013
function helloWorld(nameStr)
{
alert('hello ' + nameStr);
var appLanguage = dw.getAppLanguage();
var returnStr = '<object><property id="strResult"><string>Language: ' + appLanguage
+ '</string></property></object>'
alert(returnStr);
return (returnStr);
}
More Help topics
dreamweaver.flash.newControl()” on page 42
dreamweaver.flash.controlExists
Availability
Dreamweaver CS4.
Description
This function is used to check the existence of the controls. PanelWindow controls are saved between the launches of
Dreamweaver.
Arguments
controlID
Returns
A Boolean value: true if the control has already been created, false otherwise.
Seitenansicht 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 532 533

Kommentare zu diesen Handbüchern

Keine Kommentare