Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2011 at 07:39 UTC
Updated:
30 Aug 2011 at 07:55 UTC
Custom javascript configuration field's current description is:
Add the following code snippet to change available fonts in combo boxes in CKEditor:
fontSize_sizes = '16/16px;24/24px;48/48px;'
font_names = 'Arial;Times New Roman;Verdana'
So based on this description, I have tried to add:
baseClass = 'myclass myclass2'
But this does not work anymore.
Now the correct way seems to be:
config.baseClass = 'myclass myclass2';
Comments
Comment #1
dczepierga commentedHi,
Really thx for notice this.
I change this and commit to GIT, so pls try last DEV version.
Greetings
Comment #2
dczepierga commentedComment #4
mkesicki commentedComment #4.0
mkesicki commentedBetter description