Hi I have a Wym editor connected to a text area.
My problem is that the html content is not updated back to the field untill the HTML buttono is pressed.
Is this by design? Is there an option to have the datawritten to the text area automatically?
Alternatively, can I achieve this with javascript ?
Thanks,
<script type="text/javascript">
jQuery(document).ready(function()
{
jQuery('#Content').wymeditor();
});
</script>