Extending Flash |
|
|
|
| Objects > actionsPanel object > actionsPanel.getSelectedText() | |||
Flash CS3 Professional.
actionsPanel.getSelectedText()
None.
A string that contains the text that is currently selected in the Actions panel.
Method; returns the text that is currently selected in the Actions panel.
The following example displays the text that is currently selected in the Actions panel.
var apText = fl.actionsPanel.getSelectedText(); fl.trace(apText);
actionsPanel.getText(), actionsPanel.hasSelection(), actionsPanel.replaceSelectedText(), actionsPanel.setSelection()
|
|
|
|