Protected Member Functions | |
_prepareLayout () |
Definition at line 34 of file Grouped.php.
_prepareLayout | ( | ) | [protected] |
Preparing global layout
You can redefine this method in child classes for changin layout
Reimplemented from Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs.
Definition at line 36 of file Grouped.php.
00037 { 00038 parent::_prepareLayout(); 00039 00040 $this->addTab('super', array( 00041 'label' => Mage::helper('catalog')->__('Associated Products'), 00042 'url' => $this->getUrl('*/*/superGroup', array('_current'=>true)), 00043 'class' => 'ajax', 00044 )); 00045 }