Re: Make PageableListView row click

2007-11-06 Thread Al Maw
Marco Aurélio Silva wrote: Is there a way to do it without javascript? Well, obviously if you want to handle clicking on things without Javascript then whatever it is needs to be a standard Link. You can abandon tables and do something like this: .rowLink {

Re: Make PageableListView row click

2007-11-06 Thread Marco Aurélio Silva
Is there a way to do it without javascript? Thanks On Nov 6, 2007 3:27 PM, Al Maw <[EMAIL PROTECTED]> wrote: > Marco Aurélio Silva wrote: > > I'm using a PageableListView component and I want to make each row of > the > > list clickable. I don't want to add a column with a label like > "details"

Re: Make PageableListView row click

2007-11-06 Thread Al Maw
Marco Aurélio Silva wrote: I'm using a PageableListView component and I want to make each row of the list clickable. I don't want to add a column with a label like "details", I just want to click in any place of the row to go to details. Is there a way to do this? If you don't mind requiring Ja

Re: Make PageableListView row click

2007-11-06 Thread Marco Aurélio Silva
re a > > way > > to do this? > > > > Thanks in advance > > Marco > > > > > > > - > --- > Stefan Fußenegger > http://talk-on-tech.blogspot.com // looking for a nicer domain ;) > -- > View this message in context: > http://www.nabb

Re: Make PageableListView row click

2007-11-06 Thread Stefan Fußenegger
negger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Make-PageableListView-row-click-tf4759886.html#a13612378 Sent from the Wicket - User mailing list archive at Nabble.com. -

Make PageableListView row click

2007-11-06 Thread Marco Aurélio Silva
Hi all I'm using a PageableListView component and I want to make each row of the list clickable. I don't want to add a column with a label like "details", I just want to click in any place of the row to go to details. Is there a way to do this? Thanks in advance Marco