s using a service.
>
> Then afterrender i have a little piece of javascript which places the ribbon
> on top of the document and removes the hidden style.
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Deferring-component-rendering-tp5492209p550181
in context:
http://tapestry.1045711.n5.nabble.com/Deferring-component-rendering-tp5492209p5501814.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr
Hi,
I dunno if this will work in your case, but you could render the
Ribbon *after* everything else so it all renders smoothly. Then in an
afterRender() (in the Layout or a mixin attached to it) use the T5 DOM
to move the Ribbon Div to the top of the page.
Steve.
---
"
On Fri, 17 Feb 2012 10:15:14 -0200, antalk wrote:
As in : a mixin for the Layout component... which in turn is my mother
of all other page elements ?
Yep!
Any more tips / code ? As i'm not sure how to approach this..
Learning about mixins in Tapestry is something that will be very useful
As in : a mixin for the Layout component... which in turn is my mother of all
other page elements ?
Any more tips / code ? As i'm not sure how to approach this..
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Deferring-component-rendering-tp5492209p5492285.html
Sent
e in context:
http://tapestry.1045711.n5.nabble.com/Deferring-component-rendering-tp5492209p5492209.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
F