CKEditor Samples Site
	
	
		Basic Samples
	
	
	
		Basic Customization
	
	
		- Skins
 Changing the CKEditor skin by adjusting a single configuration option.
- 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.
		Advanced Samples
	
	
	
		Additional plugins
	
	
		- AutoGrow plugin
 Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.
- Output for BBCode
 Configuring CKEditor to produce BBCode tags instead of HTML.
- Stylesheet Parser plugin
 Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.
- Developer Tools plugin
 Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.
- Placeholder plugin
 Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.
- TableResize plugin
 Using the TableResize plugin to enable table column resizing.