I am working on a translation interface and in our content system, we are using CKEditor. I was wondering if it was possible to modify CKEditor using a plugin to:
- show two iframes next to each other
- have one of these two iframes be editable
- synchronize scroll these two iframes
So basically, the left pane would be a read-only iframe showing the original text, and the right pane would be the editable iframe where the user can type the translation.
Right now, I am pondering just a separate div next to the ckeditor textarea, but then the translator can not use the "maximize editor window" plugin to focus on the translation itself because then the original text wouldn't be visible. Any ideas?