Does any1 know how i can integrate the Joomla textbox in a form?
prolly use the JEditor class but i'm not sure how to implement this into the form...
I've tried adding:
<?php
JImport( 'joomla.html.editor' );
JEditor::display ("textArea", "<p></p>", "300px", "150px", 60, 20);
?>
but i get the error:
PHP Fatal error: Call to a member function on a non-object in /home/httpd/vhosts/ecx.be/subdomains/www2/httpdocs/libraries/joomla/html/editor.php on line 123
any ideas?
prolly use the JEditor class but i'm not sure how to implement this into the form...
I've tried adding:
<?php
JImport( 'joomla.html.editor' );
JEditor::display ("textArea", "<p></p>", "300px", "150px", 60, 20);
?>
but i get the error:
PHP Fatal error: Call to a member function on a non-object in /home/httpd/vhosts/ecx.be/subdomains/www2/httpdocs/libraries/joomla/html/editor.php on line 123
any ideas?