Hello,
I'm new to using CKeditor.
How can I configure CKeditor so that all attributes will be stripped out of of the <p> tag. So for example
<p style="margin-left: 10px">
would become
<p>
I like the way the "Paste from Word" plug-in works, but I'd like to add some particular settings not covered by that plug-in.
My set-up is:
Drupal 6.22 using the Wysiwyg module.
CKeditor: 3.6.1
Thanks for your great work.
Shai Gluskin
Owner, Content2zero Web Development
I'm new to using CKeditor.
How can I configure CKeditor so that all attributes will be stripped out of of the <p> tag. So for example
<p style="margin-left: 10px">
would become
<p>
I like the way the "Paste from Word" plug-in works, but I'd like to add some particular settings not covered by that plug-in.
My set-up is:
Drupal 6.22 using the Wysiwyg module.
CKeditor: 3.6.1
Thanks for your great work.
Shai Gluskin
Owner, Content2zero Web Development

Re: Customizing Allowable Input
CKEditor moduleas described here
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Customizing Allowable Input
Ok, using the ckeditor module, how would I get the results that I gave in my example:
I want:
<p style="margin-left: 10px">
to become
<p>
Does it require a plug-in, using the config file or some other way?
Thanks,
Shai
Re: Customizing Allowable Input
http://docs.cksource.com/ckeditor_api/s ... moveStyles
Re: Customizing Allowable Input
Re: Customizing Allowable Input
http://docs.cksource.com/ckeditor_api/s ... leanupFile
Re: Customizing Allowable Input
In order to customize the file:
it would be quite helpful to have a version of that file which is source-formatted.
What I downloaded from ckeditor.com (v. 3.6.1) looks like that file has been compressed for efficient processing purposes. But for editing I really need a source-formatted version.
Thanks for pointing me in the right direction.
Shai
Re: Customizing Allowable Input