#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
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:4 Changed 13 years ago by
Thanks, sorry but if I changes this lines, I should do next?
Sorry for my ignorance
comment:6 Changed 13 years ago by
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
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.