Browsing Category "ckeditor"
CKEditor 4 quick setup with custom control
By     |    Jan 2, 2013
Posted in: ckeditor, GitHub, How to, JavaScript, Tutorial     |    No Comments

CKEditor 4 quick setup with custom control

CKEditor is widely used WYSIWYG (What you see is what you get ) editor with lots of cool features and customizations. We can customize which buttons to show and which plugin to load (we can remove plugin from loading if not required like print, fullscreen) this will increase performance of the page. Option 1 Download complete package of CKEditor 4.  http://ckeditor.com/download Option 2 Customize  CKEditor 4 with required plugins, skins [...]