Added:
trunk/Classes/Phaux-render/WHFileInputTag.php
Log:
Added WHFileInputTag.php
Added: trunk/Classes/Phaux-render/WHFileInputTag.php
==============================================================================
--- (empty file)
+++ trunk/Classes/Phaux-render/WHFileInputTag.php Thu Oct 11 08:29:09 2007
@@ -0,0 +1,7 @@
+<?php
+
+class WHFileInputTag extends WHFormInputTag {
+ public function type(){
+ return 'file';
+ }
+}
\ No newline at end of file