When adding a hyperlink in a WebHTMLEditor, how is a user able to set the link to open in a new window?
A web part I have developed requires that all hyperlinks open in a new window, and I have no way to set this by default. Aside from teaching the users how to edit the HTML, or replacing the string "<a href=" with "<a target='_blank' href=", how can I configure this?
Thanks,
Dustin