(HOWTO title modified) |
(How do I remove unneeded CKEditor functionality?) |
||
Line 5: | Line 5: | ||
** [[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/Configuration Reference|How do I find the configuration settings to change?]] | ** [[CKEditor_3.x/Howto/Configuration Reference|How do I find the configuration settings to change?]] | ||
+ | ** [[CKEditor_3.x/Howto/Plugin Removal|How do I remove unneeded CKEditor functionality?]] | ||
** [[CKEditor_3.x/Howto/Samples|How do I find code examples showing CKEditor customization?]] | ** [[CKEditor_3.x/Howto/Samples|How do I find code examples showing CKEditor customization?]] | ||
* Licensing and Support | * Licensing and Support |
Latest revision as of 12:11, 7 March 2012
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
- Licensing and Support
- 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 resize the editor in one direction only, horizontal or vertical?
- 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?
- How do I navigate the editor using the keyboard?
- How do I configure the editor to use the Arrow keys to navigate between all toolbar buttons?
- Styles
- File Upload
- Output
- Pasting
- Spellchecker and Spell Check As You Type (SCAYT)
- Templates
- Dialog Windows
- How do I change the contents of a CKEditor dialog window?
- How do I set a default value for a dialog window field?
- How do I set a specific dialog window tab to open by default?
- How do I learn the names of dialog window fields?
- How do I remove the ability to resize all dialog windows?
- How do I remove the ability to resize specific dialog windows?
- Plugins
- Integration
- Miscellaneous
- How do I upgrade my FCKeditor to the latest CKEditor?
- How do I map FCKeditor to CKEditor configuration settings?
- How do I read or write the contents of CKEditor from JavaScript?
- How do I know which files I can remove before uploading CKEditor to my production server?
- How do I compress CKEditor source code after customization?
- Bugs and New Features