Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Location of $self->select routine?

Quote Reply
Location of $self->select routine?
Anyone know where this is located? It's used to build the category select, which I need to add some JS to, but I can't find the routine anywhere for the life of me.

The full call is:

Code:
return $self->select ( { name => $name, values => \%res, value => $id, multiple => $mult, sort => sub { lc $_[0] cmp lc $_[1] } } );
Thanks for any suggestions....

AlexJ
Quote Reply
Re: [AlexJ] Location of $self->select routine? In reply to
If anyone is looking for the answer to this, it is in:

GT::SQL::HTML.pm

Cheers,

Alex