​
​
​

Removes a frame from a Text Control document.

​<void> FrameCollection.remove(<FrameBase> frame, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
frame Specifies the frame to remove.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.
​