Re: T4 Custom Component Questions

2007-10-12 Thread Norman Franke
p;id=1&property=splash ) top left </tt><tt>no-repeat; </tt><pre style="margin: 0em;"> } div#page { } <!-- dojo.require("tapestry.widget.Widget"); dojo.require("dojo.widget.*");

Re: T4 Custom Component Questions

2007-10-09 Thread andyhot
eName=bae.parts.splash.jpg&id=1&property=splash ) top left no-repeat; } div#page { } <!-- dojo.require("tapestry.widget.Widget"); dojo.require("dojo.widget.*"); dojo.require("dojo.html"

RE: T4 Custom Component Questions

2007-10-09 Thread Ken nashua
} <!-- dojo.require("tapestry.widget.Widget"); dojo.require("dojo.widget.*"); dojo.require("dojo.html"); // --> Best regards Ken in nashua From: [EMAIL PROTECTED] To: user

Re: T4 Custom Component Questions

2007-10-09 Thread Ken nashua
Hi Norm, Below is text from a CustomHead I wrote. It does header/splash/icon images for appfuse css-framework. Integrated to trails features I developed of course. It will give you some insights for the shell derivative. I am a trails developer. So anything trails you might want to tailor. Ca

T4 Custom Component Questions

2007-10-09 Thread Norman Franke
I'm writing a custom component that implements a highly specific menu / dashboard display for my application. Previously this was done via JSP files included into each page. To implement this in Tapestry, I need to generate the HTML for the body of the menu (done via the component template)