(How do I configure the editor to use the ''Arrow'' keys to navigate between all toolbar buttons? added) |
(How do I output BBCode instead of HTML code using CKEditor? added) |
||
Line 31: | Line 31: | ||
* Output | * Output | ||
** [[CKEditor_3.x/Howto/HTML Output|How do I output HTML instead of XHTML code using CKEditor?]] | ** [[CKEditor_3.x/Howto/HTML Output|How do I output HTML instead of XHTML code using CKEditor?]] | ||
+ | ** [[CKEditor_3.x/Howto/BBCode Output|How do I output BBCode instead of HTML code using CKEditor?]] | ||
* Spellchecker | * Spellchecker | ||
** [[CKEditor_3.x/Howto/Enabling SCAYT|How do I set the spellchecker to turn on automatically?]] | ** [[CKEditor_3.x/Howto/Enabling SCAYT|How do I set the spellchecker to turn on automatically?]] |
Revision as of 11:33, 12 May 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
- Licenses
- 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?
- 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
- Templates
- File Upload
- Output
- Spellchecker
- Dialog Windows
- Integration
- Miscellaneous