Mage_Adminhtml_Block_Catalog_Product_Helper_Form_Apply Class Reference

Inheritance diagram for Mage_Adminhtml_Block_Catalog_Product_Helper_Form_Apply:

Varien_Data_Form_Element_Multiselect Varien_Data_Form_Element_Abstract Varien_Data_Form_Abstract Varien_Object

List of all members.

Public Member Functions

 getElementHtml ()


Detailed Description

Definition at line 34 of file Apply.php.


Member Function Documentation

getElementHtml (  ) 

Reimplemented from Varien_Data_Form_Element_Multiselect.

Definition at line 36 of file Apply.php.

00037     {
00038         $html = '<select onchange="toggleApplyVisibility(this)">'
00039               . '<option value="0">' . $this->getModeLabels('all'). '</option>'
00040               . '<option value="1" ' . ($this->getValue()==null ? '' : 'selected') . '>' . $this->getModeLabels('custom'). '</option>'
00041               . '</select><br /><br />';
00042 
00043         $html .= parent::getElementHtml();
00044         return $html;
00045     }


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

Generated on Sat Jul 4 17:22:46 2009 for Magento by  doxygen 1.5.8