(Minor article title rewording) |
(How do I preserve font styles and backgrounds when pasting from Word?) |
||
Line 26: | Line 26: | ||
** [[CKEditor_3.x/Howto/Custom Styles|How do I add custom styles based on classes?]] | ** [[CKEditor_3.x/Howto/Custom Styles|How do I add custom styles based on classes?]] | ||
** [[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?]] | ||
− | |||
− | |||
* 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?]] | ||
Line 35: | Line 33: | ||
** [[CKEditor_3.x/Howto/FCKeditor HTML Output|How do I output HTML code in FCKeditor style?]] | ** [[CKEditor_3.x/Howto/FCKeditor HTML Output|How do I output HTML code in FCKeditor style?]] | ||
** [[CKEditor_3.x/Howto/BBCode Output|How do I output BBCode instead of HTML code using CKEditor?]] | ** [[CKEditor_3.x/Howto/BBCode Output|How do I output BBCode instead of HTML code using CKEditor?]] | ||
+ | * Pasting | ||
+ | ** [[CKEditor_3.x/Howto/Paste Font Styles|How do I preserve font styles and backgrounds when pasting from Word?]] | ||
* 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?]] | ||
** [[CKEditor_3.x/Howto/Disabling SCAYT|How do I disable the spellchecker?]] | ** [[CKEditor_3.x/Howto/Disabling SCAYT|How do I disable the spellchecker?]] | ||
+ | * Templates | ||
+ | ** [[CKEditor_3.x/Howto/Custom Templates|How do I add custom CKEditor templates?]] | ||
* Dialog Windows | * Dialog Windows | ||
** [[CKEditor_3.x/Howto/Editing Dialog Windows|How do I change the contents of a CKEditor dialog window?]] | ** [[CKEditor_3.x/Howto/Editing Dialog Windows|How do I change the contents of a CKEditor dialog window?]] |
Revision as of 13:08, 13 July 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 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
- 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