Public Member Functions | |
__construct ($attributes=array()) |
Definition at line 34 of file Imagefile.php.
__construct | ( | $ | attributes = array() |
) |
Enter description here...
array | $attributes |
Reimplemented from Varien_Data_Form_Element_Abstract.
Definition at line 36 of file Imagefile.php.
00037 { 00038 parent::__construct($attributes); 00039 $this->setType('file'); 00040 $this->setExtType('imagefile'); 00041 $this->setAutosubmit(false); 00042 $this->setData('autoSubmit', false); 00043 //$this->setExtType('file'); 00044 }