I spent a little time trying to figure out how to manage the CKEditors on an authoring page. For the bulk of my solution, I give credit to StackOverflow. As noted in the example below, I did need to comment out the line with CKEDITOR.replace(instance); to get things working on my end.
I created a new helper method to generate CKEditor without the option to switch to plain text. Here is the template:
Here is the form helper: