Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#8374 closed New Feature (invalid)

Improve link plugin

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

Description

It is possible add a new fiels in link dialog (named f.e. text) And when I create a link you look the text and go to the link

Change History (7)

comment:1 Changed 13 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

If I understand you correctly you want to enter some text in link dialog, search for it inside editor contents and if text is found change this text to link.

Yes it is possible to customize dialogs. If you download CKEditor you can check out the api_dialog sample. It shows how dialogs can be customized.

In this particular case you need to join two plugins together (display both functionalities on one dialog window) – find and link. This task will require a lot of work from you.

In our opinion if there are two separate plugins user can use first one that the other. Joining those two requires more work than the result is worth.

comment:2 Changed 13 years ago by Luis

I need a text that is different from the url hyperlink

comment:3 Changed 13 years ago by Frederico Caldeira Knabben

DUP of #7154.

comment:4 Changed 13 years ago by Luis

Thanks, sorry but if I changes this lines, I should do next?

Sorry for my ignorance

comment:5 Changed 13 years ago by Luis

This java -jar ckpackager.jar ckeditor.pack ?

comment:6 Changed 13 years ago by Jakub Ś

If you are talking about applying changes and create release version of CKEditor than you might want to check out http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/CKReleaser

comment:7 Changed 13 years ago by Luis

Thanks, but: what is the function of ckpackager ?

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