Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

radio-field.inc.php

Go to the documentation of this file.
00001 <?php
00009 class RadioField extends AbstractField
00010 {
00014     function drawInput()
00015     {
00016         $attr = $this->extrasAsAttributes();
00017         echo "<input type=\"radio\" name=\"$this->name\" value=\"$this->value\" $attr/>";
00018     }
00019 }
00020 
00021 ?>

Generated on Fri Oct 27 12:26:40 2006 for BaseJumper by doxygen 1.3.9.1