You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by dick_hu <di...@gmail.com> on 2011/12/22 16:46:59 UTC

show a zone with javascript

Can show a zone in the page with only javascript?


--
View this message in context: http://tapestry.1045711.n5.nabble.com/show-a-zone-with-javascript-tp5094924p5094924.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: show a zone with javascript

Posted by Christian Köberl <ta...@gmail.com>.
2011-12-22 16:46, dick_hu:
> Can show a zone in the page with only javascript?

When the zone is already rendered you can - otherwise you have to call
an event handler on your page/component which returns the zone.
Look at the code that Tapestry generates when you do usual Tapestry AJAX
with zones - that's a good starting point.

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