Posts
 
Reputation
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
~329 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for 54uydf

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 …

Member Avatar for AlexandraKl
0
329

The End.