Removes a hypertext link from a Text Control document.
<void> HypertextLinkCollection.remove(<HypertextLink> HypertextLink, <boolean> keepText, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| Hypertext |
Specifies the hypertext link to remove. |
| keep |
If this parameter is set to true, the hypertext link is removed without deleting its text. Otherwise, the link's text is also deleted. |
| callback | Optional. Receives whether the remove was succesful. |
| error |
Optional. Is called when the operation failed with an error. |