<?php
/**
 * @author wojbach
 */
class Eppe_Form_Element_Wysiwyg extends Zend_Form_Element_Textarea {
	public $helper = 'formWysiwyg';

	public function init() {
		$this->setAttrib('class', 'wysiwyg');
	}

}
