(How do I change the default configuration of the editor? added) |
(How do I find the configuration settings to change? added) |
||
Line 4: | Line 4: | ||
* Basic Configuration | * Basic Configuration | ||
** [[CKEditor_3.x/Howto/Configuration Change|How do I change the default configuration of the editor?]] | ** [[CKEditor_3.x/Howto/Configuration Change|How do I change the default configuration of the editor?]] | ||
− | ** [[CKEditor_3.x/Howto/ | + | ** [[CKEditor_3.x/Howto/Configuration Reference|How do I find the configuration settings to change?]] |
* Interface | * Interface | ||
** [[CKEditor_3.x/Howto/Elements Path Removal|How do I remove the names of HTML elements from the bottom of the editor?]] | ** [[CKEditor_3.x/Howto/Elements Path Removal|How do I remove the names of HTML elements from the bottom of the editor?]] |
Revision as of 09:54, 10 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
- 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?
- 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
- Misc