I am trying to integrate CKEditor on my website and I have installed the files at the root level of my MVC4 application. I have a page with a modal window on it where I wish to display a template which the user can edit to create their email. The modal window is called using jquery reveal-modal.
When using the contenteditable property on the page itself the toolbar is displayed with the buttons enabled as follows:
But when calling the contenteditable property of content within the modal window the CKEditor toolbar is displayed but the buttons are disabled as follow:
Can someone please help me to get to the bottom of why the buttons are disabled. I cannot seem to work it out and I have been trying all day
Anyone?
Anyone?