How to use the WYSIWYG editor (TinyMCE) in custom Admin Magento Module

A rich text editor(TinyMCE) is an often requirement for Admin Module as it makes the content editing work much easier. In order to enable TinyMCE editor in textarea field, You need to do the following two things: 1> Including TinyMCE in Head Add the following function in your Adminhtml Edit Class (MagePsycho_Demomodule_Block_Adminhtml_Demomodule_Edit): protected function _prepareLayout() …

Read more