Folks,
I'm setting up a CKEditor window via jQuery -
$('#fw_review').ckeditor({
extraPlugins: 'stylesheetparser',
contentsCss: '/css/emergency_fax.css',
resize: 'auto',
toolbar: "Basic",
width: '100%'
});
I've attached the outcome.
Firstly, the toolbar isn't "Basic" (as far as I can see).
But more importantly the bottom bar appears to the side of the content, rather than underneath. And this messes up the whole width situation.
I'm using 4.3.3.
Any clues as to what I'm doing wrong.
Phil
You downloaded the Full
You downloaded the Full toolbar. You can always remove plugins with removePlugins. More on customizing the toolbar here. The bottom bar is the elementspath plugin. Don't know how you customized CKEditor so it's hard to assist.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!