Hi all!!
I'm using CKEditor to edit text that will be saved on an XML. I'm having troubles with the nbsp.
When you press intro CKEditor puts "nbsp". How can I change it?
Hope you all understand me
Thanks in advance
Regards Juan Pablo From Argentina
I'm using CKEditor to edit text that will be saved on an XML. I'm having troubles with the nbsp.
When you press intro CKEditor puts "nbsp". How can I change it?
Hope you all understand me
Thanks in advance
Regards Juan Pablo From Argentina
Re:   and XML - edit automatic code
Re:   and XML - edit automatic code
Re:   and XML - edit automatic code
Anyway, you can transform it at the server or use the configuration of CKEditor to specify if some entity needs special behavior.
Re:   and XML - edit automatic code
First, thanks for your response.
At the product demo (for example: http://nightly.ckeditor.com/4981/_sampl ... class.html) when you press intro 2 times (an new line and an empty line) and see the source code, you can see something like this:
Try it.
Can you give me some place of documentation to see all the configuration of CKEditor? I can't find it.
All documentation about configuration that I see is this url: http://docs.cksource.com/CKEditor_3.x/D ... igurations
Also, where I can get the source code (whitout "obfuscation") of the ckeditor.js? (I think with a complete setup guide would not need)
Thanks in advance
Sorry for my english
Re:   and XML - edit automatic code
Ok, that wasn't clear from your message. The browser needs some place to put the caret, that's why empty blocks are filled by default with a
The configuration options are at http://docs.cksource.com/ckeditor_api/s ... onfig.html
And if you want to use the source version, use ckeditor_source.js instead of ckeditor.js