J
justin.allegakoen
How exactly do you use HTML::Widget:lugin::Combo; ?
The docs and google don't explain much. If it matters I'm trying to
get it working with CGI:retty - 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'})<br /><br />
Just in
The docs and google don't explain much. If it matters I'm trying to
get it working with CGI:retty - 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'})<br /><br />
Just in