Joomla Load tinymce editor on client side – Joomla April 28, 2011 Pramod T P Leave a comment <?php $editor =& JFactory::getEditor(); echo $editor->display( 'story', $story , '600', '300', '5', '2' ); ?>