Is there any way to add a checkbox for opening a link in the new window ?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
Please have a look at the following article to help you:
Link:- http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_target
// "target="_blank" will open the link in another window.
So when you create a link you need to append target='blank in the link section, this will open the link in new window.
//Open A Link In A New Window Using The AEM Rich-Text Editor
Link:- https://helpx.adobe.com/experience-manager/kb/target-attribut-issue-tag1.html
// Hyperlink doesn't open in new window
I hope this will help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi
Please have a look at the following article to help you:
Link:- http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_target
// "target="_blank" will open the link in another window.
So when you create a link you need to append target='blank in the link section, this will open the link in new window.
//Open A Link In A New Window Using The AEM Rich-Text Editor
Link:- https://helpx.adobe.com/experience-manager/kb/target-attribut-issue-tag1.html
// Hyperlink doesn't open in new window
I hope this will help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Is there a way of making AEM open a new tab when clicking on the "Contact us" and "Register for webinar" button?
Views
Replies
Total Likes
when you create a link you need to add target='blank' in your view which would take care of opening a link in the new window.
However, if you want to give it as an option, take it as an input from your dialog and include this attribute accordingly
Views
Replies
Total Likes
Views
Likes
Replies