Hello everyone,
I have a question about modifying current webpages. Basically, what I'm trying to do is bring in the existing contents of a webpage into the CKEditor 3.0 so that it can be modified and saved.
I was looking at this;
CKEDITOR.config.newpage_html='';
I was wondering if there's a way to have the web page inserted somewhere in that code so that when the newpage is pressed, the code from the webpage will appear in the editor. The user can simple press the Source Button to modify it in the design format and save it.
I have a question about modifying current webpages. Basically, what I'm trying to do is bring in the existing contents of a webpage into the CKEditor 3.0 so that it can be modified and saved.
I was looking at this;
CKEDITOR.config.newpage_html='';
I was wondering if there's a way to have the web page inserted somewhere in that code so that when the newpage is pressed, the code from the webpage will appear in the editor. The user can simple press the Source Button to modify it in the design format and save it.

Re: Trying to update existing web page contents in CKEditor.
http://www.chimera-studios.co.uk/