Ticket #4523 (confirmed New Feature)
Style plugin should allow refreshing of data
| Reported by: | damo | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | |
| Keywords: | IBM Discussion | Cc: |
Description
Custom plugins and extensions are able to extend the list of loaded styles in the styles plugin. Unfortunately the styles plugin does not reflect dynamic changes to its list of styles and requires a reload of the whole editor to reflect the new options.
Ideally the editor should provide a way for any plugin to be reloaded without requiring the whole editor to be reloaded. Alternatively, a simpler approach to this problem would be to allow just the styles plugin to reload its data dynamically, through some additional API.
Change History
Note: See
TracTickets for help on using
tickets.

A notification could be introduced by 'CKEDITOR.addStylesSet' to trigger the reset.