Mage_Adminhtml_Block_System_Design_Edit_Tabs Class Reference

Inheritance diagram for Mage_Adminhtml_Block_System_Design_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.

Public Member Functions

 __construct ()

Protected Member Functions

 _prepareLayout ()


Detailed Description

Definition at line 27 of file Tabs.php.


Constructor & Destructor Documentation

__construct (  ) 

Constructor

By default is looking for first argument as array and assignes it as object attributes This behaviour may change in child classes

Reimplemented from Varien_Object.

Definition at line 29 of file Tabs.php.

00030     {
00031         parent::__construct();
00032         $this->setId('design_tabs');
00033         $this->setDestElementId('design_edit_form');
00034         $this->setTitle(Mage::helper('core')->__('Design Change'));
00035     }


Member Function Documentation

_prepareLayout (  )  [protected]

Preparing global layout

You can redefine this method in child classes for changin layout

Returns:
Mage_Core_Block_Abstract

Reimplemented from Mage_Core_Block_Abstract.

Definition at line 37 of file Tabs.php.

00038     {
00039         $this->addTab('general', array(
00040             'label'     => Mage::helper('core')->__('General'),
00041             'content'   => $this->getLayout()->createBlock('adminhtml/system_design_edit_tab_general')->toHtml(),
00042         ));
00043 
00044         return parent::_prepareLayout();
00045     }


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

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