Congratulations!
If you can see CKEditor below, it means that the installation succeeded. You can now try out your new editor version, see its features, and when you are ready to move on, check some of the most useful resources recommended below.
Hello world!
I'm an instance of CKEditor.
Customize Your Editor
Modular build and numerous configuration options give you nearly endless possibilities to customize CKEditor. Replace the content of your config.js
file with the following code and refresh this page (remember to clear the browser cache.html)!
CKEDITOR.editorConfig = function( config ) {
config.language = 'es';
config.uiColor = '#F7B42C';
config.height =
CKEditor Sample
Congratulations!
If you can see CKEditor below, it means that the installation succeeded.
You can now try out your new editor version, see its features, and when you are ready to move on, check some of the most useful resources recommended below.
Hello world!
I'm an instance of CKEditor.
Customize Your Editor
Modular build and numerous configuration options give you nearly endless possibilities to customize CKEditor. Replace the content of your config.js
file with the following code and refresh this page (remember to clear the browser cache.htm