I can't put class in the form fields!!! When I save document and re-open that class of the form field disappears. Someone knows solved that or why that happens?
I am using ckeditor 4.2
Mon, 07/29/2013 - 22:52
#1

Perhaps you need to adjust
Perhaps you need to adjust the Advanced Content Filter settings to accept form classes?
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!
I appreciate your return, but
I appreciate your return, but this trouble didn't had occured in ckeditor 3.6.3...just now ck 4.2 ?
How do I fix this problem in ck 4.2??? I didn't have understood how do I fix this problem in "Advanced Content Filter ". You could be more especific?
SEE the example:
SEE the example:
If I paste this code im CK 4.2 the "class" in the form field disappears!
"<input class="{validate:{required:true}} input" name="nome" size="40" type="text" />"
Someone knows why this happens?
SOLVED "PROBLEM CLASS FORM FIELD "
Guys! to solve this problem you must paste this code in file:
config.js (ckeditor)
" CKEDITOR.config.allowedContent = true;"
So it was ACF after all... ;)
So it was ACF after all... ;)
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!