Opened 15 years ago
Last modified 14 years ago
#4523 confirmed New Feature
Style plugin should allow refreshing of data
Reported by: | Damian | 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 (2)
comment:1 Changed 15 years ago by
Keywords: | Confirmed Discussion added |
---|---|
Type: | Bug → New Feature |
A notification could be introduced by 'CKEDITOR.addStylesSet' to trigger the reset.