tags in CKEditor 3.0-醉梦人生的回答
tags in CKEditor 3.0
Is there a possibility to turn off the automatic enclosing of all written content within
I tried
CKEDITOR.con
I'm doing something I'm not proud of as workaround. In my Python servlet that actually saves to the database, I do:
if description.startswith('') and description.endswith(''): description = description[3:-4]
') and description.endswith('