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.

javascript
var apText = fl.actionsPanel.getText(); fl.trace(apText);

#### See also

actionsPanel.getSelectedText() (../actionsPanel_object/actionsPane2.md), actionsPanel.setText() (../actionsPanel_object/actionsPane8.md)