Activates the text frame. The text frame receives the input focus. A text frame can only be activated, if the text part that contains the text frame has the input focus.
<void> TextFrame.activate([<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| callback | Optional. Receives whether the text frame could be activated. |
| error |
Optional. Is called when the operation failed with an error. |