On Wed, 29 Aug 2012 22:15:10 -0300, Ken in Nashua <kcola...@live.com>
wrote:
Hi Folks,
Hi, Ken! It's been years since we've heard from you in this mailing list.
Welcome back! :)
In T4 I use to operate a custom head component. And I instrumented the
stylesheet and injected special style sheet stuff that I grabbed out of
my database that characterizes things programmatically as configured
(ie. custom header image for top frame).
<html
jwcid="headComponent@custom:CustomHead"
title="ognl:layout.title"
stylesheet="ognl:assets.stylesheet" >
<body jwcid="@Body">
<span jwcid="@Script"
script="/org/trails/demo/components/CustomHead.script"
component="ognl:layout"
/>
...
</body>
Are there any thoughts as to how this would pan out for T5?
Forget about the head component. There's nothing similar in T5 because
it's not needed. Just think of a layout component (in T4 terminology, the
border component).
Including JavaScript and CSS files to pages and components dynamically is
done using JavaScriptSupport methods. If you want to return non-HTML
content in a page, return a StreamResponse wrapping this content in the
onActivate() method of a page or in an event handler method of a page,
component or mixin.
What new components might be available default or commercial.
or any ideas to customize?
I don't understand your question.
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org