So I got a textarea with CKEditor plugin but I just want it clean, without anything. No toolbars and no status or whatever bar. It´s simple but I can´t find it on docs or web!
My CKEditor is started with:
$('#texto').ckeditor({skin:'office2003'});
You can edit the
config.jsfile in the directory where you put the source files to specify custom toolbars.See the developer’s guide for more info.