NAME

HTML::Widget::Plugin::Combo - a JavaScript combo box widget

VERSION

version 0.001

$Id: Combo.pm 26431 2006-12-14 18:39:49Z 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.