Re: Configurable site navigation menu?

2012-10-31 Thread John
I didn't get this result!


I put this in my Layout.tml




${title}







In the rendered page the new css link appears at the top of the list above 
component css:

TapestryDemo Index

  - Original Message - 
  From: Thiago H de Paula Figueiredo 
  To: Tapestry users 
  Sent: Tuesday, October 30, 2012 4:17 PM
  Subject: Re: Configurable site navigation menu?


  On Tue, 30 Oct 2012 14:14:21 -0200, John  wrote:

  > This was really great.
  >
  > I just dropped the code into my Layout class and added the dependencies.  
  > I can't see how to customize the css though? I presume it's burried in a  
  > jar. Is there a best approach to change the default style?

  Ordinary (as in "the same as without Tapestry") CSS overriding. Just add  
  your CSS file in your Layout.tml and it will be placed after the component  
  CSS.

  -- 
  Thiago H. de Paula Figueiredo

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


Re: Configurable site navigation menu?

2012-10-31 Thread John
I didn't get this result!


I put this in my Layout.tml




${title}







In the rendered page the new css link appears at the top of the list above 
component css:

TapestryDemo Index

  - Original Message - 
  From: Thiago H de Paula Figueiredo 
  To: Tapestry users 
  Sent: Tuesday, October 30, 2012 4:17 PM
  Subject: Re: Configurable site navigation menu?


  On Tue, 30 Oct 2012 14:14:21 -0200, John  wrote:

  > This was really great.
  >
  > I just dropped the code into my Layout class and added the dependencies.  
  > I can't see how to customize the css though? I presume it's burried in a  
  > jar. Is there a best approach to change the default style?

  Ordinary (as in "the same as without Tapestry") CSS overriding. Just add  
  your CSS file in your Layout.tml and it will be placed after the component  
  CSS.

  -- 
  Thiago H. de Paula Figueiredo

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


Re: Configurable site navigation menu?

2012-10-30 Thread Thiago H de Paula Figueiredo

On Tue, 30 Oct 2012 14:14:21 -0200, John  wrote:


This was really great.

I just dropped the code into my Layout class and added the dependencies.  
I can't see how to customize the css though? I presume it's burried in a  
jar. Is there a best approach to change the default style?


Ordinary (as in "the same as without Tapestry") CSS overriding. Just add  
your CSS file in your Layout.tml and it will be placed after the component  
CSS.


--
Thiago H. de Paula Figueiredo

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



Re: Configurable site navigation menu?

2012-10-30 Thread John
This was really great.

I just dropped the code into my Layout class and added the dependencies. I 
can't see how to customize the css though? I presume it's burried in a jar. Is 
there a best approach to change the default style?

many thanks,
John
  - Original Message - 
  From: Emmanuel DEMEY 
  To: Tapestry users 
  Sent: Tuesday, October 30, 2012 2:06 PM
  Subject: Re: Configurable site navigation menu?


  Hi,

  You can maybe have a look to the Tapestry5-jQuery Superfish Component :
  http://tapestry5-jquery.com/components/docssuperfish

  Manu

  2012/10/30 John 

  > Is there a dynamic and configurable tapestry menu component? Perhaps using
  > a standard JavaScript library.
  >
  > I'm dreading creating a JavaScript based solution and then hacking at it
  > with tapestry, and that would not be 100% dynamic because I'd create a
  > complete menu using a web design package.
  >
  > John




  -- 
  Emmanuel DEMEY
  Ingénieur Etude et Développement
  ATOS Worldline
  +33 (0)6 47 47 42 02
  demey.emman...@gmail.com
  http://emmanueldemey.fr/

  Twitter : @EmmanuelDemey


Re: Configurable site navigation menu?

2012-10-30 Thread John
This looks like just what I need.

Is there any example showing an associated page class, can I include this in a 
Layout class so it goes on all pages? That would rock.

John
  - Original Message - 
  From: Emmanuel DEMEY 
  To: Tapestry users 
  Sent: Tuesday, October 30, 2012 2:06 PM
  Subject: Re: Configurable site navigation menu?


  Hi,

  You can maybe have a look to the Tapestry5-jQuery Superfish Component :
  http://tapestry5-jquery.com/components/docssuperfish

  Manu

  2012/10/30 John 

  > Is there a dynamic and configurable tapestry menu component? Perhaps using
  > a standard JavaScript library.
  >
  > I'm dreading creating a JavaScript based solution and then hacking at it
  > with tapestry, and that would not be 100% dynamic because I'd create a
  > complete menu using a web design package.
  >
  > John




  -- 
  Emmanuel DEMEY
  Ingénieur Etude et Développement
  ATOS Worldline
  +33 (0)6 47 47 42 02
  demey.emman...@gmail.com
  http://emmanueldemey.fr/

  Twitter : @EmmanuelDemey


Re: Configurable site navigation menu?

2012-10-30 Thread Emmanuel DEMEY
Hi,

You can maybe have a look to the Tapestry5-jQuery Superfish Component :
http://tapestry5-jquery.com/components/docssuperfish

Manu

2012/10/30 John 

> Is there a dynamic and configurable tapestry menu component? Perhaps using
> a standard JavaScript library.
>
> I'm dreading creating a JavaScript based solution and then hacking at it
> with tapestry, and that would not be 100% dynamic because I'd create a
> complete menu using a web design package.
>
> John




-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emman...@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey