Todo List
This file implements Fast Form handling functions.
This file is part of Quam Plures - http://quamplures.net/ See also https://launchpad.net/quam-plures.
(c)2003-2009 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2004-2005 by Daniel HAHLER - http://thequod.de/contact.
All those functions should be handled by the Form class.
void form_formstart( $action, [ $class = ''], [ $name = ''], [ $method = 'get'], [ $id = ''] )
Builds a form header and puts GET params of $action into hidden form inputs
void form_info( $field_label, $field_info, [ $field_note = ''] )
form_info(-)
mixed form_text( string $field_name, string $field_value, integer $field_size, string $field_label, [string $field_note = ''], [integer $field_maxlength = 0], [string $field_class = ''], [string $inputtype = 'text'], [boolean $output = true] )
Builds a text (or password) input field.