HTML::TurboForm::Element
Base Class for HTML elements
SYNOPSIS
$form->addelement(...);
DESCRIPTION
Straight forward so no need for much documentation. See HTML::TurboForm doku for mopre details.
METHODS
add_options
Arguments: $options
adds option tags to a html element
get_value
Arguments: none
returns value of the element
get_attr
Arguments: none
Return List of attributes of HTML Tag
check_param
Arguments: $name
checks if param with given name does exist
nach
Arguments: none
returns given prehtml
vor
Arguments: none
return given posthtml
AUTHOR
Thorsten Domsch, tdomsch@gmx.de