How to save document after nmaking changes?

Added by Ed G about 1 year ago

Hi,
I cannot find anywhere where I can load a document and save it. Unfotunately everytime i refresh, all updated info is gone!


Replies (3)

RE: How to save document after nmaking changes? - Added by Troex Nevelin about 1 year ago

When you press save button elRTE submit's form to the server, saving and loading document is not elRTE task, usually you do this on your server side using PHP.

RE: How to save document after nmaking changes? - Added by Dave Givens 9 months ago

I too have a problem with retrieving the data after submit. I have three editors on a page (have tried with one still same problem), I can load the data into the editor no problem using php but after submit I cannot identify the returned values. I am using three textareas with matching id and name (eg. c_footer, c_body and c_head), the form contains other fields using the same naming convention and they all work fine. Can you tell me what I should be looking for in the returned fields please.

RE: How to save document after nmaking changes? - Added by Troex Nevelin 9 months ago

So the problem is that elRTE does not return and data in post from c_footer, c_body, c_head fields? Do you use any own onsubmit event?

(1-3/3)