How to set a default for opening URLs in a new window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2015 12:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2015 06:26 AM
Not sure if this can be done since the TinyMCE Editor is a product not belonging to ServiceNow.
Don't think you can configure it, at least I couldn't find any property for it.
I would recomend raising a ticket to ServiceNow HI and let them answer the question. If it's not doable a feature request could be opened and maybe we'll get that functionality in an upcoming release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2015 11:43 AM
I decided to set that as default behavior yesterday! I went into each template and added to the top of the text field:
<base target="_blank">
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2015 06:58 AM
I like this idea but the HTML editor automatically throws a paragraph tag around it so I get extra space at the top of my KA. How do you handle that?
Steph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2015 07:25 AM
I didn't use the HTML editor. I edited the template, and in the template's "text" box, I added the code. I double checked, and mine doesn't have paragraph tags around it.