Opened 17 years ago

Closed 16 years ago

#843 closed New Feature (wontfix)

Quick link creation

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Cc:

Description

I'd like to see internal links.

Example of usage with PHP: $intlinks = array(); $intlinks[] = array('/foo/bar', "Foo Bar", "blahblah"); $intlinks[] = array('http://www.fckeditor.net/', "FCKEditor", "FCKEditor is cool editor"); $fck = new fckeditor(); $fck->internalLinks($intlinks);

Now you could select text just like normal link but instead of clicking link button user clicks internal link button.

Next popup window has options: Foo Bar - /foo/bar - blahblah FCKEditor - http://www.fckeditor.net/ - FCKEditor is cool editor

User clicks one and editor adds proper link to selected text


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1347015&group_id=75348&atid=543656

Change History (2)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to anonymous

comment:2 Changed 16 years ago by Wojciech Olchawa

Resolution: wontfix
Status: newclosed

You can already achieve this by choosing Link Type - <other> in the Link dialog. I think that creating another link button could be confusing for the users and less intuitive.

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