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