In this help page: http://ckeditor.com/ckeditor_4.3_beta/samples/datafiltering.html
This senetence: "These tags are accepted by the editor. Any tag attributes will be discarded."
should be: "These tags are accepted by the editor. Any other tag attributes will be discarded."
http://bit.ly/1uDJdUD
Didn't know who I should inform - keep up the good work
Thanks for letting us know.
Thanks for letting us know. However, in this case the sentence is correct -- ACF works exactly as described here.
The above code means that only the "bare" elements (tags) will be accepted, while all their attributes, classes and styles will be removed.
So if you paste <p class="myclass">, with these settings you will get <p> with no class in your editor content.
If you want to also allow attributes, you need to explicitely add them to your filter.
Read more here: http://docs.ckeditor.com/#!/guide/dev_acf
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!