Protected Member Functions | |
_prepareLayout () | |
Protected Attributes | |
$_attributeTabBlock = 'bundle/adminhtml_catalog_product_edit_tab_attributes' |
Definition at line 34 of file Tabs.php.
_prepareLayout | ( | ) | [protected] |
Preparing global layout
You can redefine this method in child classes for changin layout
Don't display website tab for single mode
Do not change this tab id
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 }
$_attributeTabBlock = 'bundle/adminhtml_catalog_product_edit_tab_attributes' [protected] |
Reimplemented from Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs.