Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
HTML::Widget::Plugin::Combo - a JavaScript combo box widget
VERSION
version 0.004
combo
This widget produces a combo box. It's a select box with an option for "other" that causes it to be replaced with a text input box.
Valid arguments are:
id - required
options - as per select widget
value - as per select widget
per_combo_js
This method returns JavaScript to be run after each combo box is defined.
per_page_js
This method returns JavaScript to be run once per page.
AUTHOR
Ricardo SIGNES
COPYRIGHT AND LICENSE
This software is copyright (c) 2006 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.