Right. It's not a qx.event.type.Data event. Whatever type of event it
was ("cellclick"? I don't remember and I'm not at my computer) is what
you'll want to look up the API docs for to find out how to retrieve
the supplied data.On 2009-08-12, Ken MacDonald <[email protected]> wrote: > Hi, > I have a large ui.table.simple (roughly 30K entries). I've added a > "changeSelection" listener to it, so that when I select a new row in the > table, it populates a preview panel elsewhere with info about the selection. > Good so far. What I'd like to do after checking the info in the preview > pane, is to be able to 'dblclick' the same item in the original table to add > it to a "final" list pane. > > I've implemented the "final" list as a form.list, and have been able to > attach a listener to each listitem so that I'm able to 'dblclick' there and > remove the item from the list. This seems fine, as the final list will only > contain maybe a dozen entries. > > However, there doesn't seem to be a good way to add a 'dblclick' listener to > the original table; I don't know if I could add listeners to each row in the > table, but suspect that would make loading it take a long time indeed. Is > there a good way to accomplish all of this? > > Sorry if this seems kind of basic, but have only been messing with qooxdoo > for a few days, and parts of it have been a bit confusing. > Thanks, > Ken > -- Sent from my mobile device ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
