Hi, With fckeditor 3.5.3:
<dependency>
<groupId>com.ckeditor</groupId>
<artifactId>ckeditor-java-core</artifactId>
<version>3.5.3</version>
</dependency>
I copied an external html source codes and paste it in the source code area of the editor. I noticed that fckeditor changed my html code , as a result the final appearance is not display properly.
How to configure fckeditor stop modifying my pasted html source code?
Any suggestion is very appreciated.
Thanks
sam
<dependency> <groupId>com.ckeditor</groupId> <artifactId>ckeditor-java-core</artifactId> <version>3.5.3</version> </dependency>
See a recent blog post on
See a recent blog post on this: http://ckeditor.com/blog/Did-You-Know-CKEditor-Is-Web-Standards-Compliant
CKEditor always outputs valid HTML code, so if your code does not validate, it will be corrected.
By the way, since version 3.x the name of the product is no longer "FCKeditor", it is CKEditor now.
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!