#5423 closed New Feature (fixed)
Add config option for DefaultLinkTarget
Reported by: | Charlie Shehadi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Confirmed Doc | Cc: |
Description
The DefaultLinkTarget option used to be in FCKEditor, but it's not in CKEditor. It'd be nice if this was added.
Change History (7)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → CKEditor 3.4 |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Keywords: | Doc? added |
---|---|
Milestone: | CKEditor 3.4 → CKEditor 3.x |
@alfonsoml, you're right. This is in fact the reason why we don't have DefaultLinkTarget.
comment:5 Changed 15 years ago by
Milestone: | CKEditor 3.x |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I've added a function explaining how to do it in http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Dialog_Customization
comment:6 Changed 14 years ago by
Type: | New Feature → Bug |
---|
Well, I can't get it work with the code provided in the guide. It sets the default value alright but the link generated does not have target attribute unless manually alter the target box. One have to edit link.js so that function targetChanged is executed for example in element "linkTargetType" setup method.
comment:7 Changed 14 years ago by
Type: | Bug → New Feature |
---|
Please open a new ticket for it, as this one has already been closed and released. Thanks.
Wouldn't it be better to provide in the docs site (or anywhere else) how to do it using the customization of dialogs without changing the core?