Hi,
is it possible to close open tags / format source on submit in source mode?
For example the following link getting formatted after switching from source mode to wysiwyg mode, thats perfect. But is it possible to do this also if we submit in source mode? At the moment we prevent the user from saving in source mode and force him to switch to wysiwyg mode first to get cleaned html.
Example:
<a href="http://www.myaddress.com/"><img border="0" src="http://www.myaddress.com/linkpicture.jpeg" alt="" />
It has no closing </a> tag, this is added if we switch manually from source -> wysiwyg, ok, but is there a config param available to do this also if we save in source mode?
Or is the workaround practicabel to switch automatically to wysiwyg on save in source mode?
Thanks a lot

It's possible to accomplish
It's possible to accomplish but there's no out-of-the box solution. It is possible to use the editor's data processor to trigger the same process but it would need to be combined with form save, so it's not easy. You might need to hire some custom development solutions.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Hi,
Hi,
thanks a lot. So it think for our case it is easier to keep the limitation that the user is only allowed to save in wysiwyg mode.
Greetings and a nice Weekend :-)