(Possible duplicate: CKEditor - No toolbars)
I\'d like to create a CKEditor instance without a toolbar. I tried defining an empty toolbar to use in the instance\'s c
Add this this line in to config.js file
config.removePlugins= 'toolbar'