Of course it didn't work because it's not the final solution. It allows styles only on table, when in your case they might be added to row or table cell or who knows what else. Please read the docs.
If you correctly clean data in the backend (what you should do in any case), then no. Only user loses because content pasted by him will not be cleared, so it may generate mess.
You have to extend the
You have to extend the Advanced Content Filter settings. For example:
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thanks, But didn't work!
Thanks, But didn't work! there is no other way?
Of course it didn't work
Of course it didn't work because it's not the final solution. It allows styles only on table, when in your case they might be added to row or table cell or who knows what else. Please read the docs.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
config.allowedContent = true;
with above content everything is ok. is there security risk in this mode?
If you correctly clean data
If you correctly clean data in the backend (what you should do in any case), then no. Only user loses because content pasted by him will not be cleared, so it may generate mess.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thanks reinmar was useful.
Thanks reinmar was useful.