The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.