Here is my small take on what is needed in lots of apps that have limited real estate on the screen. To load some (in my case CKEditor) editor with hidden chrome, buttons that are either shared for several editors, or each editor has its own set, you name it. There are limitless possibilities of what your client would like to have/see/use.
My sample is loading CKEditor with hidden build in controls and using own buttons. Once in fullscreen the editor will fill the screen and we can also show controls.
Here is the sample repo :
https://github.com/rostacik/CKEditorPlayground
and here you can see directly the result :
https://rawgit.com/rostacik/CKEditorPlayground/master/CKEditorPlayground/index.html
Feel free to reuse, enjoy. Hope this helps.