Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
You may set onsubmit event handler and set editor content as value of form field when the event occurs: [CODE]<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>" onsubmit="setEditorContent()"> ... <script> function setEditorContent(){ document.getElementById('content').value = editor.getContent() } </script>[/CODE] If you have further questions about dhtmlx components, you can ask them on dhtmlx forum …
The End.
AlexandraKl