Hello,
I have just started using CKEditor, I have a basic doubt as -
I want to show some default html content in my CKEditor.
It will be a html code for, may be background color with some contents in HTML.
How can i achieve it.?
Also is there any offline development guide available to download.?
I have just started using CKEditor, I have a basic doubt as -
I want to show some default html content in my CKEditor.
It will be a html code for, may be background color with some contents in HTML.
How can i achieve it.?
Also is there any offline development guide available to download.?
Re: HTML COntent In CKEditor
There is no offline guide, the only one available is the one at http://docs.cksource.com/CKEditor_3.x/Developers_Guide
See also the HOWTO series of articles for solutions to some common development and configuration problems: http://docs.cksource.com/CKEditor_3.x/Howto
As for your question, CKEditor is displayed in a standard textarea (or div etc.) element. You can pre-populate it with any code you like on the HTML page where you display it. See the samples from the "_samples" folder of your CKEditor installation -- there is always some text entered into the textarea before CKEditor is loaded, like:
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!