Re: [qooxdoo-devel] QxListViewContentCellWidget

2006-07-12 Thread Sebastian Werner
You couldn't easily place custom widgets, like checkboxes, inside a listview. The widgets you have listed are used internally from the listview itself. You can select which cell type to use using the type informations of the columns: "html", "iconHtml", "image", "link" or "text". Sebastian A

[qooxdoo-devel] QxListViewContentCellWidget

2006-07-10 Thread ACampelo
Hi, I'm needing put a QxCheckBox inside a QxListView column . I founded the following objects: - QxListViewContentCellHtml - QxListViewContentCellIconHtml - QxListViewContentCellImage - QxListViewContentCellLink - QxListViewContentCellText I think that put a Widget inside a QxListView is (yet)