Re: Using a checkbox in a grid component

2011-12-19 Thread Paulo Ricardo Ribeiro
://tapestry.1045711.n5.nabble.com/Using-a-checkbox-in-a-grid-component-tp2433811p5085754.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: Using a checkbox in a grid component

2011-12-19 Thread Thiago H. de Paula Figueiredo
On Mon, 19 Dec 2011 09:04:30 -0200, Paulo Ricardo Ribeiro paulo.rica...@gmail.com wrote: Hello, Hi! I'm trying to add a Select All / Select None button at the end (or top) of the grid. I'll, probably create a mixin to do so, but, since i don't want to reinvent the wheel, I'm

Re: Using a checkbox in a grid component

2011-12-19 Thread antalk
this message in context: http://tapestry.1045711.n5.nabble.com/Using-a-checkbox-in-a-grid-component-tp2433811p5085856.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Using a checkbox in a grid component

2011-12-19 Thread Paulo Ricardo Ribeiro
-- If you reply to this email, your message will be added to the discussion below: http://tapestry.1045711.n5.nabble.com/Using-a-checkbox-in-a-grid-component-tp2433811p5085856.html To unsubscribe from Using a checkbox in a grid component, click herehttp://tapestry.1045711.n5

RE: Using a checkbox in a grid component

2009-08-11 Thread Alfie Kirkpatrick
. -Original Message- From: Scot Mcphee [mailto:scot.mcp...@gmail.com] Sent: 10 August 2009 06:41 To: users@tapestry.apache.org Subject: Using a checkbox in a grid component Hello Does any one have a short recipe how to use a checkbox in a grid component? What I need to do is fairly simple - let

Re: Using a checkbox in a grid component

2009-08-11 Thread Geoff Callender
August 2009 06:41 To: users@tapestry.apache.org Subject: Using a checkbox in a grid component Hello Does any one have a short recipe how to use a checkbox in a grid component? What I need to do is fairly simple - let the use select (for example) three of five available options presented in a grid

Re: Using a checkbox in a grid component

2009-08-10 Thread Sebastian Hennebrueder
Scot Mcphee schrieb: Hello Does any one have a short recipe how to use a checkbox in a grid component? What I need to do is fairly simple - let the use select (for example) three of five available options presented in a grid component, and submit their selections, which are then processed. A

Re: Using a checkbox in a grid component

2009-08-10 Thread raucha
- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- View this message in context: http://www.nabble.com/Using-a-checkbox-in-a-grid-component-tp24894595p24899653.html Sent from

Re: Using a checkbox in a grid component

2009-08-10 Thread Scot Mcphee
On 10/08/2009, at 23:22 , raucha wrote: You might not even need any chenillekit on this. I use: t:parameter name=nameCell t:checkbox t:id=name t:value=row.name/ /t:parameter Yes indeed. In the end I got this to work t:grid source=contacts row=contact p:selectedcell

Re: Using a checkbox in a grid component

2009-08-10 Thread Thiago H. de Paula Figueiredo
Em Mon, 10 Aug 2009 21:42:56 -0300, Scot Mcphee scot.mcp...@gmail.com escreveu: BTW Is there any effective difference in using the t:parameter name=propertynameCell style versus the p:propertynameCell style of controlling the cell render? No difference. t:parameter name=property was the