Mage_Adminhtml_Block_System_Config_Form_Field_Regexceptions Class Reference

Inheritance diagram for Mage_Adminhtml_Block_System_Config_Form_Field_Regexceptions:

Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract Mage_Adminhtml_Block_System_Config_Form_Field Mage_Adminhtml_Block_Abstract Varien_Data_Form_Element_Renderer_Interface Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 __construct ()


Detailed Description

Definition at line 34 of file Regexceptions.php.


Constructor & Destructor Documentation

__construct (  ) 

Check if columns are defined, set template

Reimplemented from Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract.

Definition at line 36 of file Regexceptions.php.

00037     {
00038         $this->addColumn('regexp', array(
00039             'label' => Mage::helper('adminhtml')->__('Matched expression'),
00040             'style' => 'width:120px',
00041         ));
00042         $this->addColumn('value', array(
00043             'label' => Mage::helper('adminhtml')->__('Value'),
00044             'style' => 'width:120px',
00045         ));
00046         $this->_addAfter = false;
00047         $this->_addButtonLabel = Mage::helper('adminhtml')->__('Add Exception');
00048         parent::__construct();
00049     }


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

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