Opened 13 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.

http://www.w3schools.com/tags/att_a_target.asp

Change History (2)

comment:1 Changed 13 years ago by Wiktor Walc

Keywords: link target removed
Version: 3.6.13.0

comment:2 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

By default CKEditor inserts no target for anchor (checked in 3.6.4).

The scenario you have described is possible to achieve if you:

  1. Open link dialog
  2. Go to target tab and set '_blank'
  3. Come back to Info tab and choose 'Link to anchor in the text'

If you don't want to get target in anchor please don't set it in target tab.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy