Gossamer Forum
Home : Gossamer Threads Inc. : Discussion :

GT::SQL::HTML::Display

Quote Reply
GT::SQL::HTML::Display
It would be cool if GT could finish up the docs for this module =(

I'm trying to create a select list as follows:

Code:
$html->select(
{
name => 'Days',
values => \%days,
multiple => 4,
blank => 0,
value => \@days,
sort => sub {
?
}
}
);

I'd like to sort the list numerically as at the moment it is jumbled. I'm not really clear on what should go inside the sort code ref.

Thanks.

Last edited by:

Paul: Apr 9, 2003, 4:16 AM
Subject Author Views Date
Thread GT::SQL::HTML::Display Paul 6451 Apr 9, 2003, 4:16 AM
Thread Re: [Paul] GT::SQL::HTML::Display
Jagerman 6327 Apr 9, 2003, 12:30 PM
Thread Re: [Jagerman] GT::SQL::HTML::Display
Paul 6330 Apr 9, 2003, 12:36 PM
Thread Re: [Paul] GT::SQL::HTML::Display
Jagerman 6325 Apr 9, 2003, 12:46 PM
Thread Re: [Jagerman] GT::SQL::HTML::Display
Paul 6326 Apr 9, 2003, 1:00 PM
Thread Re: [Paul] GT::SQL::HTML::Display
Jagerman 6322 Apr 9, 2003, 1:09 PM
Post Re: [Jagerman] GT::SQL::HTML::Display
Paul 6292 Apr 11, 2003, 3:08 AM
Post Re: [Jagerman] GT::SQL::HTML::Display
Paul 6168 May 1, 2003, 10:01 AM