Opened 16 years ago
Closed 16 years ago
#3128 closed Bug (fixed)
config.stylesCombo_stylesSet does not load external style JavaScript files.
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
Keywords: | Oracle Review+ | Cc: | Senthil |
Description
The stylesCombo_stylesSet configuration entry is supposed to be able to load external style definitions via a colon separated syntax. e.g.
config.stylesCombo_stylesSet = 'mystyle:/path/to/mystyle.js';
The stylescombo plugin isn't loading the external JavaScript file for the definition, however.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 3128.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [3223].
Click here for more info about our SVN system.
The MDC documentation is not that clear regarding the "split" function. Good catch Martin.