How do you use HTML::Widget::Plugin::Combo ?
am 07.09.2007 03:28:02 von Justin AllegakoenHow exactly do you use HTML::Widget::Plugin::Combo; ?
The docs and google don't explain much. If it matters I'm trying to
get it working with CGI::Pretty - warnings and strict are enabled,
along with CGI::Carp qw(warningsToBrowser fatalsToBrowser).
I'd like a working example from any of you that are able to decipher
its usage. I'm currently poking around in the module itself, but
havent been able to figure out what $factory should be. And looking at
the .t file doesnt help much either.
As of now I'm guessing that I should be calling combo with 2 hash
references like so (?) :-
combo({}, {id => 'combo_box'})
Just in