I have the html page in the server side. I want to load the entire html in the fck editor. Please
suggest the way to carry out this.
I can't use the fckeditor.value="content goes here"
as the lenght of the file goes very long.
Thank you.
suggest the way to carry out this.
I can't use the fckeditor.value="content goes here"
as the lenght of the file goes very long.
Thank you.
Re: How to load the content to fckeditor
Try the LFO filemanager or some other filemanager able to open server files. Anyway, don't use fckeditor.value, but use the API command, see http://wiki.fckeditor.net/Developer%27s ... script_API .