Example #1
0
 protected function _toHtml()
 {
     $html = parent::_toHtml();
     if ($this->getOutputAsJs()) {
         $html = $this->helper('customgrid/js')->prepareHtmlForJsOutput($html, true);
     }
     return $html;
 }
Example #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bl/customgrid/column/renderer/collection/select.phtml');
 }