Sent: Friday, September 27, 2013 10:00 AM
Subject: Re: dynamically revealing a block
This is a pure javascript question, not really related to tapestry. jQuery
toggle() and show() will do it (and also support animations).
http://api.jquery.com/toggle/
http://api.jquery.com/show/
This is a pure javascript question, not really related to tapestry. jQuery
toggle() and show() will do it (and also support animations).
http://api.jquery.com/toggle/
http://api.jquery.com/show/
Hi,
see bootstrap collapse module http://getbootstrap.com/javascript/#collapse
2013/9/27 John :
> Hi,
>
> I'd like to display a division and then when the user clicks in it have am
> inner part of it appear/expand.
>
> It's for use in a mail reader style page where the user sees the last message
Hi,
I'd like to display a division and then when the user clicks in it have am
inner part of it appear/expand.
It's for use in a mail reader style page where the user sees the last message
from someone but can click to see the whole conversation.
Any ideas how to Tapestry this?
regards,
John