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.002

 $Id: Combo.pm 26438 2006-12-14 22:00:03Z rjbs $

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

This code was written by Ricardo SIGNES. Its development in 2006 was sponsored by Listbox.

This code is copyright (c) 2006, Ricardo SIGNES. It is free software, available under the same terms as perl itself.