Opened 14 years ago
Closed 12 years ago
#8174 closed New Feature (invalid)
need ability to change the 'target' of a link
Reported by: | ken | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
1.create an anchor 'test1' 2.create a link,chose 'link to anchor in the text' in link type drop-down list, then choose anchor 'test1' just created.
it will create a link like this <a href="#test1" target="_blank">text</a>
need ability to change the 'target' in the link info tab,such as '_blank','_self','_parent' or remove the target attribute.
Change History (2)
comment:1 Changed 13 years ago by
Keywords: | link target removed |
---|---|
Version: | 3.6.1 → 3.0 |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
By default CKEditor inserts no target for anchor (checked in 3.6.4).
The scenario you have described is possible to achieve if you:
If you don't want to get target in anchor please don't set it in target tab.