Removes a hypertext link from a Text Control document.

<void> HypertextLinkCollection.remove(<HypertextLink> HypertextLink, <boolean> keepText, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
HypertextLink Specifies the hypertext link to remove.
keepText 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.
errorCallback Optional. Is called when the operation failed with an error.