Mage_Bundle_Block_Adminhtml_Catalog_Product_Edit_Tabs Class Reference

Inheritance diagram for Mage_Bundle_Block_Adminhtml_Catalog_Product_Edit_Tabs:

Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs Mage_Adminhtml_Block_Widget_Tabs Mage_Adminhtml_Block_Widget Mage_Adminhtml_Block_Template Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Protected Member Functions

 _prepareLayout ()

Protected Attributes

 $_attributeTabBlock = 'bundle/adminhtml_catalog_product_edit_tab_attributes'


Detailed Description

Definition at line 34 of file Tabs.php.


Member Function Documentation

_prepareLayout (  )  [protected]

Preparing global layout

You can redefine this method in child classes for changin layout

Returns:
Mage_Core_Block_Abstract

Don't display website tab for single mode

Do not change this tab id

See also:
Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs_Configurable

Mage_Bundle_Block_Adminhtml_Catalog_Product_Edit_Tabs

Reimplemented from Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs.

Definition at line 38 of file Tabs.php.

00039     {
00040         parent::_prepareLayout();
00041 
00042         $this->addTab('bundle_items', array(
00043             'label'     => Mage::helper('bundle')->__('Bundle Items'),
00044             'url'   => $this->getUrl('*/*/bundles', array('_current' => true)),
00045             'class' => 'ajax',
00046         ));
00047         $this->bindShadowTabs('bundle_items', 'customer_options');
00048     }


Member Data Documentation

$_attributeTabBlock = 'bundle/adminhtml_catalog_product_edit_tab_attributes' [protected]

Reimplemented from Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs.

Definition at line 36 of file Tabs.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:34 2009 for Magento by  doxygen 1.5.8