(How do I find code examples showing CKEditor customization? added) |
(How do I report CKEditor bugs?) |
||
Line 37: | Line 37: | ||
** [[CKEditor_3.x/Howto/CKEditor.NET|How do I integrate CKEditor with my ASP.NET page?]] | ** [[CKEditor_3.x/Howto/CKEditor.NET|How do I integrate CKEditor with my ASP.NET page?]] | ||
* Miscellaneous | * Miscellaneous | ||
− | ** [[CKEditor_3.x/Howto/FCKeditor CKEditor Configuration|How do I | + | ** [[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|How do I know which files I can remove before uploading CKEditor to my production server?]] | ** [[CKEditor_3.x/Howto/Removing Files|How do I know which files I can remove before uploading CKEditor to my production server?]] | ||
+ | * Bugs | ||
+ | ** [[CKEditor_3.x/Howto/Bug Reporting|How do I report CKEditor bugs?]] |
Revision as of 08:40, 23 March 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.
- Basic Configuration and Customization
- 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 of the editor?
- How do I remove the toolbar collapse button?
- How do I add or remove toolbar buttons?
- How do I get multiple editor instances to use the same toolbar?
- How do I detach the toolbar from the editing area?
- Styles
- File Upload
- Output
- Spellchecker
- Dialog Windows
- Integration
- Miscellaneous
- Bugs