示例#1
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('storelocator_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Store Information'));
 }
示例#2
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('lapisbard_storelocator_locations_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Location'));
 }
示例#3
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('design_tabs');
     $this->setDestElementId('design-edit-form');
     $this->setTitle(__('Design Change'));
 }
示例#4
0
 /**
  * Initialize integration edit page tabs
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('integration_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Basic Settings'));
 }
示例#5
0
文件: Tabs.php 项目: aiesh/magento2
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('product_attribute_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Attribute Information'));
 }
示例#6
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('group_record');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Information'));
 }
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('tandinh_banner_sliders_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Slider'));
 }
示例#8
0
 /**
  * Initialize Tabs
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('category_info_tabs');
     $this->setDestElementId('category_tab_content');
     $this->setTitle(__('Category Data'));
 }
示例#9
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('banners_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Banner Information'));
 }
示例#10
0
 /**
  * Class constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('post_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Category Information'));
 }
示例#11
0
 /**
  * Initialize tab
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('billing_agreement_view_tabs');
     $this->setDestElementId('billing_agreement_view');
     $this->setTitle(__('Billing Agreement View'));
 }
示例#12
0
 /**
  * Initialize tab
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('theme_selector_tabs');
     $this->setDestElementId('theme_selector');
     $this->setIsHoriz(true);
 }
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('pagseguro_magento2_items_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Item'));
 }
示例#14
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('emizentech_shopbybrand_items_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Item'));
 }
示例#15
0
 /**
  * Class constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('manufacturer_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Manufacturer Information'));
 }
示例#16
0
文件: Tabs.php 项目: aiesh/magento2
 /**
  * Initialize tabs and define tabs block settings
  *
  * @return void
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('theme_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Theme'));
 }
示例#17
0
文件: Tabs.php 项目: aiesh/magento2
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('process_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Index'));
 }
示例#18
0
 /**
  * Class constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $id = $this->getRequest()->getParam('id', false);
     // $this->setTemplate('lists/lists.phtml')->assign('alists', [1]);
     //$this->assign('alists', $this->getAlists())->assign('id', $id);
 }
示例#19
0
 /**
  * Internal constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('widget_instace_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Widget'));
 }
示例#20
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('data_feeds_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Simple Google Shopping'));
 }
示例#21
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('profile_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Recurring Profile Information'));
 }
示例#22
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('checkmodule_modelname_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('General Information'));
 }
示例#23
0
 /**
  * set form data
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('umc_base_module_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Module Creator'));
 }
 /**
  * Constructor.
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('ddg_rules_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Exclusion Rule'));
 }
示例#25
0
文件: Tabs.php 项目: aiesh/magento2
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_view_tabs');
     $this->setDestElementId('sales_order_view');
     $this->setTitle(__('Order View'));
 }
示例#26
0
文件: Edit.php 项目: aiesh/magento2
 /**
  * Class constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('role_info_tabs');
     $this->setDestElementId('role-edit-form');
     $this->setTitle(__('Role Information'));
 }
示例#27
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('promo_catalog_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Catalog Price Rule'));
 }
示例#28
0
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('attributes_update_tabs');
     $this->setDestElementId('attributes-edit-form');
     $this->setTitle(__('Products Information'));
 }
示例#29
0
文件: Tabs.php 项目: aiesh/magento2
 /**
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('page_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Page Information'));
 }
示例#30
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('testimonial_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(__('Testimonial Information'));
 }