Hi,
I want to filter some formatting, when someone gives an input via the Paste from Word plugin. The point is, that I want to get rid of following elements:
- lists and list-bullets (<li>, <ul>)
- stupid empty paragraphs (<p> </p>)
I really don't get the pile of code of the plugin...
greets,
Matt
I want to filter some formatting, when someone gives an input via the Paste from Word plugin. The point is, that I want to get rid of following elements:
- lists and list-bullets (<li>, <ul>)
- stupid empty paragraphs (<p> </p>)
I really don't get the pile of code of the plugin...
greets,
Matt

Re: Paste from Word: filter formatting
http://docs.cksource.com/ckeditor_api/s ... ormat_tags
Re: Paste from Word: filter formatting
I'll give it a try.
PS(offtopic): and thx btw for helping with your charcount plugin!