コード例 #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bl/customgrid/widget/grid/form/renderer/fieldset/element.phtml');
 }
コード例 #2
0
 /**
  * Override parent constructor just for setting custom template
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('customer/edit/tab/account/form/renderer/group.phtml');
 }
コード例 #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('extendware/ewcore/frontend/widget/form/renderer/fieldset/element.phtml');
 }