Ticket #3148 (closed Task: fixed)
Implement a simpler way for loading external plugin JavaScript files
| Reported by: | martinkou | Owned by: | fredck |
|---|---|---|---|
| Priority: | High | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Oracle Review+ | Cc: | Senthil |
Description
External plugin files are often not named plugin.js, so that CKEDITOR.plugins.addExternal() don't work for them.
The current solution is that the web app developer using CKEditor would define a separate function called CKEDITOR_GETURL() that will scan for patterns of his files and output the correct URL.
While the approach works, it is still too complicated and error-prone for many web app developers. A simpler way is needed to enable external plugins with arbitrary file names to be loaded.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
