----editor----
You have to add
‘config’ => Mage::getSingleton(’cms/wysiwyg_config’)->getConfig()
in your addFieldset method, and also
if (Mage::getSingleton(’cms/wysiwyg_config’)->isEnabled()) {
$this->getLayout()->getBlock(’head’)->setCanLoadTinyMce(true);
}
in your controller.
----image-----
1. to load right js (and) other files.
In your layout, add