(How do I paste a local image from my clipboard to CKEditor?) |
(Some categorization added) |
||
Line 2: | Line 2: | ||
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. | 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. | ||
− | * [[CKEditor_3.x/Howto/Elements Path Removal|How do I remove the elements path?]] | + | * Interface |
− | * [[CKEditor_3.x/Howto/Disabling Editor Resize|How do I remove the ability to resize the editor?]] | + | ** [[CKEditor_3.x/Howto/Elements Path Removal|How do I remove the elements path?]] |
− | * [[CKEditor_3.x/Howto/Editor Size|How do I change the editor size?]] | + | ** [[CKEditor_3.x/Howto/Disabling Editor Resize|How do I remove the ability to resize the editor?]] |
− | * [[CKEditor_3.x/Howto/Resizing Limits|How do I limit the resizing dimensions?]] | + | ** [[CKEditor_3.x/Howto/Editor Size|How do I change the editor size?]] |
− | * [[CKEditor_3.x/Howto/Disabling Toolbar Collapse|How do I remove the toolbar collapse button?]] | + | ** [[CKEditor_3.x/Howto/Resizing Limits|How do I limit the resizing dimensions?]] |
− | * | + | ** [[CKEditor_3.x/Howto/Disabling Toolbar Collapse|How do I remove the toolbar collapse button?]] |
− | * [[CKEditor_3.x/Howto/Toolbar Customization|How do I add or remove toolbar buttons?]] | + | ** [[CKEditor_3.x/Howto/Toolbar Customization|How do I add or remove toolbar buttons?]] |
− | * [[CKEditor_3.x/Howto/Styles List Customization|How do I customize the Styles drop-down list?]] | + | * Styles |
− | * [[CKEditor_3.x/Howto/Custom Styles|How do I add custom styles based on classes?]] | + | ** [[CKEditor_3.x/Howto/Styles List Customization|How do I customize the Styles drop-down list?]] |
− | * [[CKEditor_3.x/Howto/File Uploader|How do I upload files or images using CKEditor?]] | + | ** [[CKEditor_3.x/Howto/Custom Styles|How do I add custom styles based on classes?]] |
− | * [[CKEditor_3.x/Howto/HTML Output|How do I output HTML instead of XHTML code using CKEditor?]] | + | * File Upload |
− | * [[CKEditor_3.x/Howto/Enabling SCAYT|How do I set the spellchecker to turn on automatically?]] | + | ** [[CKEditor_3.x/Howto/File Uploader|How do I upload files or images using CKEditor?]] |
− | * [[CKEditor_3.x/Howto/Disabling SCAYT|How do I disable the spellchecker?]] | + | ** [[CKEditor_3.x/Howto/Pasting From Clipboard|How do I paste a local image from my clipboard to CKEditor?]] |
− | * | + | * Output |
− | * [[CKEditor_3.x/Howto/Editing Dialog Windows|How do I change the contents of a CKEditor dialog window?]] | + | ** [[CKEditor_3.x/Howto/HTML Output|How do I output HTML instead of XHTML code using CKEditor?]] |
− | * [[CKEditor_3.x/Howto/Default Field Values|How do I set a default value for a dialog window field?]] | + | * Spellchecker |
− | * [[CKEditor_3.x/Howto/Field Names|How do I learn the names of dialog window fields?]] | + | ** [[CKEditor_3.x/Howto/Enabling SCAYT|How do I set the spellchecker to turn on automatically?]] |
− | * [[CKEditor_3.x/Howto/ | + | ** [[CKEditor_3.x/Howto/Disabling SCAYT|How do I disable the spellchecker?]] |
+ | * Dialog Windows | ||
+ | ** [[CKEditor_3.x/Howto/Editing Dialog Windows|How do I change the contents of a CKEditor dialog window?]] | ||
+ | ** [[CKEditor_3.x/Howto/Default Field Values|How do I set a default value for a dialog window field?]] | ||
+ | ** [[CKEditor_3.x/Howto/Field Names|How do I learn the names of dialog window fields?]] | ||
+ | * Misc | ||
+ | ** [[CKEditor_3.x/Howto/Reading Editor Contents|How do I read or write the contents of CKEditor from JavaScript?]] | ||
+ | ** [[CKEditor_3.x/Howto/Removing Files|Which files can I remove before uploading CKEditor to my production server?]] |
Revision as of 10:20, 16 February 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.
- Interface
- Styles
- File Upload
- Output
- Spellchecker
- Dialog Windows
- Misc