| HTML::GUI::checkbox - Create and control a checkbox input for webapp |
HTML::GUI::checkbox - Create and control a checkbox input for webapp
Version 0.01
The checkbox widget is the specialisation of the input
Parameters :
params : widget :
Parameters :
The new value of the checkbox value
Return :
nothing
Description :
a checkbox can only contain a boolean value 1 or 0.
Description :
Return the html of the widget to be inserted in a <p> tag or a a table.
Parameters :
-params : a hash ref
Description : look for a value coresponding to the checkbox in $params hash; if no value is found, the widget value is 0 if a value is found, the widget value is 1
Jean-Christian Hassler, <jhassler at free.fr>
Please report any bugs or feature requests to
bug-gui-libhtml-checkbox at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc HTML::GUI::widget
You can also look for information at:
Copyright 2007 Jean-Christian Hassler, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| HTML::GUI::checkbox - Create and control a checkbox input for webapp |