当前位置: 首页>>代码示例>>PHP>>正文


PHP Mage_Adminhtml_Block_Widget_Tabs::__construct方法代码示例

本文整理汇总了PHP中Mage_Adminhtml_Block_Widget_Tabs::__construct方法的典型用法代码示例。如果您正苦于以下问题:PHP Mage_Adminhtml_Block_Widget_Tabs::__construct方法的具体用法?PHP Mage_Adminhtml_Block_Widget_Tabs::__construct怎么用?PHP Mage_Adminhtml_Block_Widget_Tabs::__construct使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在Mage_Adminhtml_Block_Widget_Tabs的用法示例。


在下文中一共展示了Mage_Adminhtml_Block_Widget_Tabs::__construct方法的14个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: __construct

 /**
  * Initialize Department edit page tabs
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('category_info_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('zeon_jobs')->__('Department Information'));
 }
开发者ID:xiaoguizhidao,项目名称:BumblebeeSite,代码行数:11,代码来源:Tabs.php

示例2: __construct

 /**
  * Initialize tabs and define tabs block settings
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('page_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('slider')->__('Slider Item Info'));
 }
开发者ID:vivekkamble,项目名称:magento_basic,代码行数:10,代码来源:Tabs.php

示例3: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('widget/tabshoriz.phtml');
     $this->setId('support');
     $this->setDestElementId('support_tab_container');
 }
开发者ID:xiaoguizhidao,项目名称:bb,代码行数:7,代码来源:Tabs.php

示例4: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setId('sales_order_view_tabs');
     $this->setDestElementId('sales_order_view');
     $this->setTitle(Mage::helper('sales')->__('Order View'));
 }
开发者ID:hazaeluz,项目名称:magento_connect,代码行数:7,代码来源:Tabs.php

示例5: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setId('diagram_tab');
     $this->setDestElementId('diagram_tab_content');
     $this->setTemplate('widget/tabshoriz.phtml');
 }
开发者ID:Airmal,项目名称:Magento-Em,代码行数:7,代码来源:Diagrams.php

示例6: __construct

 /**
  * Intialize form
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('enterprise_customersegment_segment_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('enterprise_customersegment')->__('Segment Information'));
 }
开发者ID:hazaeluz,项目名称:magento_connect,代码行数:12,代码来源:Tabs.php

示例7: __construct

 /**
  * Initialize Tabs
  *
  * @access public
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('religion_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('lionleap_temples')->__('Religion'));
 }
开发者ID:sshegde123,项目名称:wmp8,代码行数:13,代码来源:Tabs.php

示例8: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setId('returnpolicy_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('News Information'));
 }
开发者ID:platonicsolution,项目名称:local-server,代码行数:7,代码来源:__Tabs.php

示例9: __construct

 /**
  * Constructs current object
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('faq_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('hm_faq')->__('FAQ item information'));
 }
开发者ID:axovel,项目名称:exqzt,代码行数:11,代码来源:Tabs.php

示例10: __construct

 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('role_info_tabs');
     $this->setDestElementId('role_edit_form');
     $this->setData('title', Mage::helper('api2')->__('Role Information'));
 }
开发者ID:xiaoguizhidao,项目名称:blingjewelry-prod,代码行数:10,代码来源:Tabs.php

示例11: __construct

 public function __construct()
 {
     parent::__construct();
     #$this->setTemplate('widget/tabs.phtml');
     $this->setId('system_config_dwstree');
     $this->setDestElementId('system_config_form');
 }
开发者ID:ronseigel,项目名称:agent-ohm,代码行数:7,代码来源:System_Config_Dwstree.php

示例12: __construct

 public function __construct()
 {
     parent::__construct();
     $this->setId('product_info_tabs');
     $this->setDestElementId('product_edit_form');
     $this->setTitle(AO::helper('catalog')->__('Product Information'));
 }
开发者ID:ronseigel,项目名称:agent-ohm,代码行数:7,代码来源:Catalog_Product_Edit_Tabs.php

示例13: __construct

 /**
  * Setting grid_id, DOM destination element id, Title
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('mobile_app_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('Manage Mobile App'));
 }
开发者ID:barneydesmond,项目名称:propitious-octo-tribble,代码行数:10,代码来源:Tabs.php

示例14: __construct

 /**
  * Initialize edit tabs
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('customer_attribute_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('enterprise_customer')->__('Attribute Information'));
 }
开发者ID:QiuLihua83,项目名称:magento-enterprise-1.13.1.0,代码行数:11,代码来源:Tabs.php


注:本文中的Mage_Adminhtml_Block_Widget_Tabs::__construct方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。