> And this makes RTE load and function correctly, except fact, that it > doesn't POST changed data (only original one). > What may be the problem? Ok, I found an issue: I had to add 'onsubmit' event on <form>-tag and put there value of additionalJS_submit property of t3lib_TCEforms class instance after all of my fields are rendered.