Re: multiple selection checkboxes in a html table

2008-07-10 Thread Malcolm Tredinnick
On Thu, 2008-07-10 at 19:08 -0700, James Beard wrote: > Hi all. > > I have a HTML table of data that I'd like to be able to select > multiple rows of and perform some sort of group action. Think "Select > all" then "Mark as read" in gmail. > > So, in the view I can get a list of model objects (

multiple selection checkboxes in a html table

2008-07-10 Thread James Beard
Hi all. I have a HTML table of data that I'd like to be able to select multiple rows of and perform some sort of group action. Think "Select all" then "Mark as read" in gmail. So, in the view I can get a list of model objects (e.g. mail messages), and dynamically add a checkbox field to the form