Beispiel #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('configuration_settings_tabs');
     $this->setDestElementId('tabs_container');
 }
Beispiel #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setDestElementId('edit_form');
 }
Beispiel #3
0
 public function _construct()
 {
     parent::_construct();
     $this->setId('helpCenter');
     $this->setDestElementId('developers_tab_container');
 }