(How do I define custom CKEditor templates? added) |
m (Minor rewording) |
||
Line 21: | Line 21: | ||
** [[CKEditor_3.x/Howto/Styles Selection|How do I use the styles on images, tables or other elements?]] | ** [[CKEditor_3.x/Howto/Styles Selection|How do I use the styles on images, tables or other elements?]] | ||
* Templates | * Templates | ||
− | ** [[CKEditor_3.x/Howto/Custom Templates|How do I | + | ** [[CKEditor_3.x/Howto/Custom Templates|How do I add custom CKEditor templates?]] |
* File Upload | * File Upload | ||
** [[CKEditor_3.x/Howto/File Uploader|How do I upload files or images using CKEditor?]] | ** [[CKEditor_3.x/Howto/File Uploader|How do I upload files or images using CKEditor?]] |
Revision as of 14:45, 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
- Templates
- File Upload
- Output
- Spellchecker
- Dialog Windows
- Integration
- Miscellaneous
- Bugs