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