Хорошо, я получил этот код от другого разработчика:
$url=$this->api->locateURL('js','wymeditor/jquery.wymeditor.js');
$this->api->template->append('js_include', '<script type="text/javascript" src="'.
$url.'"></script>'."\n");
$form->getElement('description')
->js(true)
->wymeditor(
array(
'updateEvent' => 'mouseenter',
'updateSelector' => '.ui-button',
));