コード例 #1
0
ファイル: Tabs.php プロジェクト: Doability/magento2dev
 protected function _construct()
 {
     parent::_construct();
     $this->setId('configuration_settings_tabs');
     $this->setDestElementId('tabs_container');
 }
コード例 #2
0
ファイル: Tabs.php プロジェクト: Doability/magento2dev
 protected function _construct()
 {
     parent::_construct();
     $this->setDestElementId('edit_form');
 }
コード例 #3
0
ファイル: Tabs.php プロジェクト: Doability/magento2dev
 public function _construct()
 {
     parent::_construct();
     $this->setId('helpCenter');
     $this->setDestElementId('developers_tab_container');
 }