Hi
There's a rich text editor field in which users can enter text and urls. The requirement is that when someone opens one of these URLs - the new URL should open in a new window target='_blank'. How can the target be set automatically when the user types, or copy and pastes in the URL ?
If the user inserts the LINK the CKEditor popup I can force the default target to New Window (_blank) but this only works if the user chooses the link option from the toolbar
We are currently using Apex 4.2.2 and CKEditor 3
Thanks
Gene