Hi all
I am a newbee for CKEditor. Recently I am using this editor in my project. Mainly I use CKEditor for web admin to edit some static pages in a simple cms which is based on asp.net. Here I want to know how can I completely turn off the data filter? I stored these pages with html tags and classes in sql database. But every time I open the editor I can only see the almost plaint text with few simple html tags. I think it is no need so far for a website which only have one administrator to use data filter. So please help !!
If you want to disable
If you want to disable Advanced Content Filter, set CKEDITOR.config.allowedContent to `true`. All available editor features will be activated and input data will not be filtered. See more here: http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
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!