Hi Michael, table is a special beast. The elements inside the cells are not "regular" Qx-widgets (for performance reasons, I believe).
So, I think, the first answer is "no, you can't". What you can do, however, is to insert an image into each cell of your right-most column (using an ImageRenderer; you'll find an example on the Qx-demo pages, I believe). Then you can setup a mouse-click handler on the table, check for the column/row and have the handler do whatever you want. Cheers, Fritz On Sun, 31 Jan 2010, Michael Schwarzl wrote: > Hello, > > is it possible to place a button in each row of a table? Best position > would be the most right column. I would like to place a delete button to > remove an individual row of data. > > Thanks, > Michael > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
