I have a component and I want to make a textarea on the admin backend interface use the TinyMCE editor:
Thanks
Looks like all I had to do was get an instance of JEditor
and use this to render my textarea:
<?php echo $this->editor->display('name_of_your_field', 'predefined value', '100%', '400', '80', '15');?>