How to edit DHMLX Editor contents

Hi,

I have used the dhtmlx Editor in my form. Before submit i need to add a header with userinfo and timestamp before i save the contents to the db (which saves it as a BLOB). how do i edit the contents without disturbing the existing content format and still able to add the header.

Thanks in advance.

iTrack

Hi,

editor provides getContent() and setContent(html_string). You may manage editor control using them