If you are asking about how to define the size of a CKEditor instance, use the width and height configuration settings.
Note that the width value can be given as a number representing the value in pixels or as a percent representing the size relative to the parent element containing the editor.
Re: Newbie question: Textarea box too wide
If you are asking about how to define the size of a CKEditor instance, use the width and height configuration settings.
Note that the width value can be given as a number representing the value in pixels or as a percent representing the size relative to the parent element containing the editor.
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!
Re: Newbie question: Textarea box too wide
I tried the code and put it in config.js and it did not work. Am i suppose to put it somewhere else ?
Cheers,
Kachaloo
Re: Newbie question: Textarea box too wide
You can place it directly in the config.js file:
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!