Skip to main content
I am using the Syndicated Knowledge App to display Knowledge Articles on our website. It all works fine.

Would anyone know how I can make it that, when clicked, the article opens in a new tab rather than on the existing tab?

 

I have searched and tested several things on the code generated as well as on the Classes / VF pages, but have not been successful.

 

Thank you in advance,

Julian

 
1 answer
  1. Sep 27, 2017, 7:56 AM
    Just found it out. In the code generated, I need to add a line:

    a.setAttribute("target", "_blank");
0/9000