I am using jce editor in my joomla and it's my default editor. now I want use tinymce editor in my custom component at frontend Without changing the default editor. I get editor by this code:
$editor = JFactory::getEditor();
echo $editor->display('content', $this->content, '550', '400', '60', '20', false);
but it's only show my default editor. I want only use tinymce in my custom component fronted.