Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-07-01 Thread James Carman
On Thu, Jul 1, 2010 at 3:57 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: But how does your user select the row?  Clicking a checkbox or what?  Do you need an ajax event for each? The user has to underline the row with a marker to select it. But, if they scroll, won't the marker just

Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-07-01 Thread Alis
Hello, thank you. Ok, i will do a Ajaxcheckbox by each row. I need know when the user does check in the Ajaxcheckbox. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-make-to-what-a-row-the-a-datatable-has-two-event-onClick-y-onSelect-tp2272766p2275094.html

Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-07-01 Thread Martijn Dashorst
On Thu, Jul 1, 2010 at 1:47 PM, James Carman ja...@carmanconsulting.com wrote: But, if they scroll, won't the marker just stay where it is on the monitor and then the selection will change?  Perhaps we should require that they wipe off the marker first, then scroll, then re-underline. That

Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-06-30 Thread James Carman
How do you click vs. select? On Wed, Jun 30, 2010 at 3:04 PM, Alis ajcalve...@yahoo.es wrote: Hello! How are you? I´m implement a DataTable, and the rows is link, i need  make click the row and implement a process and  when select row do other process. Help me, please and very  thank. --

Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-06-30 Thread Alis
Yes, yes, need i make a simula of its two event, because if the user do click the row, i have what make a accions and if make select row other accion- -- View this message in context:

Re: How make to what a row the a datatable has two event: onClick y onSelect

2010-06-30 Thread Jeremy Thomerson
On Wed, Jun 30, 2010 at 3:25 PM, Alis ajcalve...@yahoo.es wrote: Yes, yes, need i make a simula of its two event, because if the user do click the row, i have what make a accions and if make select row other accion- -- View this message in context: