Is it possible to have CKEditor open a file to edit on page start?
I have a portal style front page to my website and CKEditor is setup to edit a text file on the server which is read and displayed by the frontpage.
But, everytime i open the page with CKEditor on it, the editor loads with a standard textbox value..
I have tried to change this by reading the file into a string with PHP, and using placing the PHP string inside the line where the default value is set - problem is i get a huge
reocurring error when i load the page, or the actuall editor just doesnt showup.
Does anyone know how i can load the already saved text file into the editor ready to edit, instead of having to recreate the same post over again just to change a small value?
If anyone can help me there I would be very grateful
I have a portal style front page to my website and CKEditor is setup to edit a text file on the server which is read and displayed by the frontpage.
But, everytime i open the page with CKEditor on it, the editor loads with a standard textbox value..
I have tried to change this by reading the file into a string with PHP, and using placing the PHP string inside the line where the default value is set - problem is i get a huge
reocurring error when i load the page, or the actuall editor just doesnt showup.
Does anyone know how i can load the already saved text file into the editor ready to edit, instead of having to recreate the same post over again just to change a small value?
If anyone can help me there I would be very grateful