(How do I change the editor size on the fly? added) |
(How do I Map FCKeditor to CKEditor Configuration Settings?) |
||
Line 28: | Line 28: | ||
** [[CKEditor_3.x/Howto/Disabling Dialog Window Resize|How do I remove the ability to resize specific dialog windows?]] | ** [[CKEditor_3.x/Howto/Disabling Dialog Window Resize|How do I remove the ability to resize specific dialog windows?]] | ||
* Misc | * Misc | ||
+ | ** [[CKEditor_3.x/Howto/FCKeditor CKEditor Configuration|How do I Map FCKeditor to CKEditor Configuration Settings?]] | ||
** [[CKEditor_3.x/Howto/Reading Editor Contents|How do I read or write the contents of CKEditor from JavaScript?]] | ** [[CKEditor_3.x/Howto/Reading Editor Contents|How do I read or write the contents of CKEditor from JavaScript?]] | ||
** [[CKEditor_3.x/Howto/Removing Files|Which files can I remove before uploading CKEditor to my production server?]] | ** [[CKEditor_3.x/Howto/Removing Files|Which files can I remove before uploading CKEditor to my production server?]] |
Revision as of 13:57, 25 February 2011
This section of the CKEditor 3.x documentation gives tips and answers for frequently asked questions regarding the installation, configuration, customization, and integration of CKEditor, along with code samples.
- Interface
- How do I remove the names of HTML elements from the bottom of the editor?
- How do I change the default editor size?
- How do I change the editor size on the fly?
- How do I remove the ability to resize the editor?
- How do I limit the resizing dimensions?
- How do I remove the toolbar collapse button?
- How do I add or remove toolbar buttons?
- Styles
- File Upload
- Output
- Spellchecker
- Dialog Windows
- Misc