Public Member Functions | |
getHtml () |
Definition at line 34 of file Text.php.
getHtml | ( | ) |
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract.
Definition at line 36 of file Text.php.
00037 { 00038 $html = '<div class="field-100"><input type="text" name="'.$this->_getHtmlName().'" id="'.$this->_getHtmlId().'" value="'.$this->getEscapedValue().'" class="input-text no-changes"/></div>'; 00039 return $html; 00040 }