Mage_Rule_Block_Newchild Class Reference

Inheritance diagram for Mage_Rule_Block_Newchild:

Mage_Core_Block_Abstract Varien_Data_Form_Element_Renderer_Interface Varien_Object

List of all members.

Public Member Functions

 render (Varien_Data_Form_Element_Abstract $element)


Detailed Description

Definition at line 28 of file Newchild.php.


Member Function Documentation

render ( Varien_Data_Form_Element_Abstract element  ) 

Implements Varien_Data_Form_Element_Renderer_Interface.

Definition at line 31 of file Newchild.php.

00032     {
00033         $html = '&nbsp;<span class="rule-param rule-param-new-child"' . ($element->getParamId() ? ' id="' . $element->getParamId() . '"' : '') . '>';
00034         $html.= '<a href="javascript:void(0)" class="label">';
00035         $html.= $element->getValueName();
00036         $html.= '</a><span class="element">';
00037         $html.= $element->getElementHtml();
00038         $html.= '</span></span>&nbsp;';
00039         return $html;
00040     }


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

Generated on Sat Jul 4 17:24:39 2009 for Magento by  doxygen 1.5.8