inputline(), textarea(), checkbox() and radiobox() create their HTML equivalents. fileform() creates a file upload widget, a field for the mime type and original file name can also be specified. select() creates a pop-up-menue.
void widget_set::inputline ($name, $val, $size);
Generates an inputline for field $fieldname, max. $length characters wide. A $label is optional.
void widget_set::password ($name, $val, $size);
Like inputline () but the user input is not shown on screen.