Adobe Extending Flash Professional CS4 Bedienungsanleitung Seite 49

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 560
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 48
27
EXTENDING FLASH CS4 PROFESSIONAL
actionsPanel object
Parameters
None.
Returns
A string that contains the text that is currently selected in the Actions panel.
Description
Method; returns the text that is currently selected in the Actions panel.
Example
The following example displays the text that is currently selected in the Actions panel.
var apText = fl.actionsPanel.getSelectedText();
fl.trace(apText);
See also
actionsPanel.getText(), actionsPanel.hasSelection(), actionsPanel.replaceSelectedText(),
actionsPanel.setSelection()
actionsPanel.getText()
Availability
Flash CS3 Professional.
Usage
actionsPanel.getText()
Parameters
None.
Returns
A string that contains all the text in the Actions panel.
Description
Method; returns the text in the Actions panel.
Example
The following example displays the text that is in the Actions panel.
var apText = fl.actionsPanel.getText();
fl.trace(apText);
See also
actionsPanel.getSelectedText(), actionsPanel.setText()
Seitenansicht 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 559 560

Kommentare zu diesen Handbüchern

Keine Kommentare