Mage_Bundle_Block_Adminhtml_Catalog_Product_Edit_Tab_Attributes_Special Class Reference

Inheritance diagram for Mage_Bundle_Block_Adminhtml_Catalog_Product_Edit_Tab_Attributes_Special:

Mage_Adminhtml_Block_Catalog_Form_Renderer_Fieldset_Element Mage_Adminhtml_Block_Widget_Form_Renderer_Fieldset_Element Mage_Adminhtml_Block_Template Varien_Data_Form_Element_Renderer_Interface Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getElementHtml ()


Detailed Description

Definition at line 34 of file Special.php.


Member Function Documentation

getElementHtml (  ) 

Retrieve element html

Returns:
string

Reimplemented from Mage_Adminhtml_Block_Catalog_Form_Renderer_Fieldset_Element.

Definition at line 36 of file Special.php.

00037     {
00038         $html = '<input id="'.$this->getElement()->getHtmlId().'" name="'.$this->getElement()->getName()
00039              .'" value="'.$this->getElement()->getEscapedValue().'" '.$this->getElement()->serialize($this->getElement()->getHtmlAttributes()).'/>'."\n"
00040              .'<strong>[%]</strong>';;
00041         return $html;
00042     }


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

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