Rechercher une page de manuel
Embperl::Form::Control::checkbox.3pm
Langue: en
Version: 2007-01-09 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
NAME
Embperl::Form::Control::checkbox - A checkbox control inside an Embperl FormSYNOPSIS
{ type => 'checkbox', text => 'blabla', name => 'foo', value => 'bar' }
DESCRIPTION
Used to create an checkbox control inside an Embperl Form. See Embperl::Form on how to specify parameters.PARAMETER
typeNeeds to be 'checkbox'
name
Specifies the name of the checkbox control
text
Will be used as label for the checkbox control
value
Gives the value of the checkbox
Author
G. Richter (richter@dev.ecos.de)See Also
perl(1), Embperl, Embperl::FormContenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre