示例#1
0
 protected function _prepareLayout()
 {
     $this->css->addFile('listing/grid.css');
     return parent::_prepareLayout();
 }
示例#2
0
 protected function _prepareLayout()
 {
     $this->css->addFile('magento/product/grid.css');
     return parent::_prepareLayout();
 }
示例#3
0
 protected function _prepareLayout()
 {
     $this->css->addFile('log/grid.css');
     parent::_prepareLayout();
 }
示例#4
0
 protected function _prepareLayout()
 {
     $this->setChild('refresh_button', $this->createBlock('Magento\\Button')->setData(array('id' => 'description_template_refresh_btn', 'label' => $this->__('Refresh'), 'class' => 'action primary', 'onclick' => $this->getJsObjectName() . '.reload()')));
     return parent::_prepareLayout();
 }