CKEditor Samples
Basic Samples
- Replace textarea elements by class name
- Automatic replacement of all textarea elements of a given class with a CKEditor instance.
- Replace textarea elements by code
- Replacement of textarea elements with CKEditor instances by using a JavaScript call.
- Create editors with jQuery
- Creating standard and inline CKEditor instances with jQuery adapter.
Basic Customization
- User Interface color
- Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.
- User Interface languages
- Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.
Plugins
- AutoGrow plugin
- Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.
- Magicline plugin
- Using the Magicline plugin to access difficult focus spaces.
- textselection plugin
- Using the textselection plugin in order to make the editor keep it's text-selection when switching between WYSIWYG and Source mode
- Full page support
- CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.