sc_include_lib('tiny_mce') HTML-editor

Hi all,

One can add libraries on demand using sc_include_lib(‘tiny_mce’).

I need to do that in order to manipulate the tiny_mce settings, which cannot be set using the UI.
This works nice and my settings can be set in the tinyMCE.init(). The problem arises when I want to save the form and get the data from tinymce into the database.
Tinymce converts the original textarea into “display none” and created the editor. When I hit the save button I need to get the data from the editor into the original textarea.

Any help would be appreciated, since the documentation lacks any further information.

Thanks,

Bert