Adobe Extending Flash Professional CS5 Manual de usuario Pagina 48

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 565
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 47
26
EXTENDING FLASH PROFESSIONAL
actionsPanel object
Last updated 5/2/2011
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()
Vista de pagina 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 564 565

Comentarios a estos manuales

Sin comentarios