hi,
is there a way to add tinymce into my own wordpress plugin? i've got a textarea in my backend script and want to make this area into a tinymce wysiwyg editable field.
is there a way to do that?
edit
<?php
wp_tiny_mce(false,array("editor_selector" => "test"));
?>
<textarea class="test" id="test" name="test"></textarea>
does not work for me
js error is like
also
<textarea class="theEditor" id="videogalerie-add_description" name="videogalerie-add_description"></textarea> did not work