Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to embed external links in SubSpace but want them to open in a new browser tab, you will have to insert the following code in "Custom HTML" at the "End of the HEAD":

Code Block
<script>
jQuery(document).ready(function() {
    jQuery(".external-link").attr("target", "_blank");
    jQuery(".externallink a").attr("target", "_blank");
});
</script>

Filter by label (Content by label)
showLabelsfalse
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "general" and type = "page" and space = "KB"
labelslicense confluence jira bitbucket general
Page Properties
hiddentrue


Verwandte Vorgänge

SUPPORT-6442