Hi, but why in this docu
http://demo.qooxdoo.org/1.0.x/apiviewer/#qx.ui.table.headerrenderer.HeaderCell some events like click vsible?! > Hi, > > I'm wondering, why you got not a warning that the instance (hr) has no > click event, because the cell renderer is not an widget. > > I think it is not so easy to get the click on a header. Please have a > look at the "qx.ui.table.pane.Scroller", there is a "_onClickHeader" > method, maybe you can override this method and use your own scroller > implementation. > > Cheers, > Chris > > Am 22.04.2010 22:37, schrieb [email protected]: > >> Hello, >> >> i try this code >> >> var hr = tcm.getHeaderCellRenderer(0, 0); >> hr.addListener("click", function(e) { >> alert("click"); >> }, this); >> >> bvut nothing happens on an headercellclick. Some ideas? >> >> >>>> >>>> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> > > > ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
