Hi,
I've read the thread at http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=12085 and tried various things but am still stuck...
I currnetly have a textarea field called ProjectDesc. I would really really like this field to have the WYSIWYG editor to enable users to jazz up their submissions a little.
I have got as far as inserting the code to display the editor:
However, i can't get submissions to save to the database - i have read the documentation at http://docs.joomla.org/How_to_use_the_editor_in_a_component which hasn't helped me too much - is there a simple way of doing this?
Many thanks!
I've read the thread at http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=12085 and tried various things but am still stuck...
I currnetly have a textarea field called ProjectDesc. I would really really like this field to have the WYSIWYG editor to enable users to jazz up their submissions a little.
I have got as far as inserting the code to display the editor:
<?php
$editor =& JFactory::getEditor();
echo $editor->display( 'fulltext', '<div>default value</div>', '80%', '350', '55', '20', false ) ;
?>
However, i can't get submissions to save to the database - i have read the documentation at http://docs.joomla.org/How_to_use_the_editor_in_a_component which hasn't helped me too much - is there a simple way of doing this?
Many thanks!