setTemplate('am/revslider/widget/form/css/preview.phtml'); } public function getElement(){ return $this->_element; } public function setElement(Varien_Data_Form_Element_Abstract $element){ return $this->_element = $element; } public function render(Varien_Data_Form_Element_Abstract $element){ $this->setElement($element); return $this->toHtml(); } protected function _prepareLayout(){ parent::_prepareLayout(); } public function getPreviewText(){ return 'Sample Text'; } }