Topic: CKEditor link targets
Hi
Has anyone been able to successfully change the CKEditor default link target window to _blank so when you click the add link button, enter an URL and move to the select target, _blank is already selected as default?
If so please post your method.
I have changed the following in \core\ckeditor\plugins\link\dialogs\links.js
type:'select',id:'linkTargetType',label:D.target,'default':'notSet'
to
type:'select',id:'linkTargetType',label:D.target,'default':'_blank'
and
type:'text',id:'linkTargetName',label:E.targetFrameName,'default':''
to
{type:'text',id:'linkTargetName',label:E.targetFrameName,'default':'_blank'
and
[D.targetNew,'notSet']
to
[D.targetNew,'_blank']
as recommended elsewhere but this does not work in CuteNews - the default link target remains <notSet>
Any help would be greatly appreciated.
Rgds