In one instance, I want to provide a simple editable area without a toolbar and without a status (It's for a title that has to be plain text.) Since I'm happily using CKEditor elsewhere, is there a way to do this?
Also, I can removePlugins : 'maximize,resize,elementspath', but I still have the statusbar area at the bottom. how do I remove that?
I'm leery of either setting the toolbar height to 0 on complete or setting the toolbar to an empty array.... seems klugey.
Also, I can removePlugins : 'maximize,resize,elementspath', but I still have the statusbar area at the bottom. how do I remove that?
I'm leery of either setting the toolbar height to 0 on complete or setting the toolbar to an empty array.... seems klugey.