Thank you very much...

I was working for this requirement from last one week... You were right...
that i will like it... ;) I have another requirement... don't laugh on me if
i am more demanding... but now it seems to be interesting...

I have to have a checkbox for the id column in grid header... which should
work like select all...

I found one some reference on:
http://tapestry.formos.com/nightly/ioko-tapestry-commons/tapestry-mixins/

But, as this is a indivisual project, i wanted some hint on how i can
achieve the same control check box in my project. The main challenge before
me is to add checkbox in grid header and then give master control to it for
all the content id check boxes.

Please provide your inputs on this.
@ Durgesh

Thiago H. de Paula Figueiredo wrote:
> 
> Em Fri, 13 Nov 2009 07:26:35 -0200, Durgesh_Kab <durgesh.ka...@nuware.com>  
> escreveu:
> 
>> Thiago,
> 
> Hi!
> 
>> Thank you for showing me the way... I was able to hide the rows..
>> Now, I have a hyperlink as [+], I want to show the hidden rows once i  
>> click on this hyperlink. Any idea?
> 
> Use Prototype's $$() function to get all the <tr> tags with class "hide"  
> (I guess it would be $$('tr.hide')) and then change their class to "show".  
> Add this to your CSS:
> tr.show {
>       display: block
> }
> 
> -- 
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
> and instructor
> Owner, software architect and developer, Ars Machina Tecnologia da  
> Informação Ltda.
> http://www.arsmachina.com.br
> 
> ---------------------------------------------------------------------
> 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://old.nabble.com/Customizing-tapestry-grid-row-%3Ctr%3E-tp26318657p26338759.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to