Ejemplo n.º 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setUseConfirm(true);
     $this->setUseAjax(true);
     $this->setDefaultStoreName($this->__('All Store Views'));
 }
Ejemplo n.º 2
0
 /**
  * Initialize template and cache settings
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_url = Mage::getModel('Mage_Backend_Model_Url');
     $this->setCacheTags(array(self::CACHE_TAGS));
 }
Ejemplo n.º 3
0
 /**
  * Initialize tab block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setActive(true);
 }