Sets a string that specifies the target to where the hypertext link points.
<void> HypertextLink.setTarget(<string> target, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
target | A string that specifies the target to where the hypertext link points. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |