Example #1
0
 /**
  * Set overriden params
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setUseConfirm(false)->setSwitchUrl($this->getUrl('*/*/*', array('store' => null)));
 }
Example #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sc_store_select');
 }