HTML::SuperForm::Field::Text.3pm

Langue: en

Version: 2004-09-06 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

HTML::SuperForm::Field::Text - Text field used by HTML::SuperForm

SYNOPSIS

  my $text = HTML::SuperForm::Field::Text->new( name => 'my_text',
                                                default => 'default text' );
 
  print $text;
 
 

SEE ALSO

  HTML::SuperForm::Field
 
 

AUTHOR

John Allwine <jallwine86@yahoo.com>