Gets the text frame with the specified name.

<void> TextFrameCollection.getItemByName(<RequestTextFrameCallback> callback, [<ErrorCallback> errorCallback], <string> name)

Parameters

Parameter Description
callback Receives the requested text frame or null if no text frame with the specified name exists.
errorCallback Optional. Is called when the operation failed with an error.
name The text frame's name.