Removes a frame from a Text Control document.
<void> FrameCollection.remove(<FrameBase> frame, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
frame | Specifies the frame to remove. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |