In the past I used tabs GK3. With tabs GK3 it was possible to create/edit articles with WYSIWYG editor JCE (with GK3 component). After upgrade to Tabs gk5 there is only a xhtml contentfield but no JCE or tinymce.
How can I add a wysiwyg editor at the contentfield?
I looked at :
modules/mod_tab_gk5/admin/elements/tabmanager.pgp
$form_content = '<p><label'.$form_content_tooltip.'>'.JText::_('MOD_TABS_GK5_FORM_CONTENT').'</label><textarea class="gk_tab_'.$type.'_content_xhtml"></textarea>' . $module_position_select . '<p>';
But I dont know how to add this for the textarea field ?