72
Views
4
Comments
Solved
Change the operation of the link on the CKeditor bar,allowing it to open in a new tab
Question
How do I get the link generated by CKEditor in HTML to be opened by clicking on a new tab instead of opening on the same tab? 


The link opens on the same screen, I want it to open in a new tab, how do I do it and what should I change to make it happen?

CKeditor.png
2022-10-16 15-30-09
Miguel Chaparra
Solution

Hi Isabella,


If you want to, you can set the default link target to "_blank" in the CKEditor block. That way, by default, the links will be open in a new window.

 

Regards,

Miguel Chaparra

2022-10-16 15-30-09
Miguel Chaparra

Hi Isabella,


To open the link in a new tab just add the attribute target = "_blank".


Hope it helps,


Regards,

Miguel Chaparra


2020-03-02 17-47-16
Isabella Torres


I managed to open it in a new tab in the CKEditor component using the same settings, thanks.


Miguel Chaparra escreveu:

Oi isabella,


Para abrir o link em uma nova guia, basta adicionar o atributo target = "_blank" da seguinte forma:


Espero que ajude,


Saudações,

Miguel Chaparra


 

 

2022-10-16 15-30-09
Miguel Chaparra
Solution

Hi Isabella,


If you want to, you can set the default link target to "_blank" in the CKEditor block. That way, by default, the links will be open in a new window.

 

Regards,

Miguel Chaparra

2020-03-02 17-47-16
Isabella Torres


Funcionou obrigado



Miguel Chaparra escreveu:

Oi isabella,


Se desejar, você pode definir o destino do link padrão como "_blank" no bloco CKEditor. Assim, por padrão, os links serão abertos em uma nova janela.

 

Saudações,

Miguel Chaparra

 

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.