Re: [qooxdoo-devel] event control in listview

2008-06-16 Thread Dioc
Using of qx.ui.listview.ListView is deprecated. qx.ui.table.Table should be used instead. There is selection manager for ListView that can be accessed by the following way: listView.getPane().getManager() Selection manager has “changeSelection” event that is fired when list of selected items was c

[qooxdoo-devel] event control in listview

2008-06-14 Thread Simon Wong
HI,everyone, Recently, I am coding the database program using PHP, and interact with ajax. I want to show the database original view to the user, same as .NET datagrid. Then I use the qooxdoo listview to do that, the interface is exactly I want, but listview seens can not add the event listener, I