Sublevel menus

View: New views
4 Messages — Rating Filter:   Alert me  

Sublevel menus

by Thomas Feldman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi,

 

I try to implement a template with a menu of depth 4…I tried this kind of containers

<ui:navigationMenu kind=”sideMenu” dispNumber=”4”>

But only one level of navigation displays…

 

How do I fix that…I the sublevel option implemented yet. If not, how can I have a menu with depth…

 

Thanks

 

Thomas Feldman
Chef de projet  technique -Technical Project Manager
____________________________________________________________

Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19

thomas.feldman@...
http://www.duke-interactive.com
____________________________________________________________

If emails save time, not printing them saves trees

 


_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Re: Sublevel menus

by Romain Felden :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Le 10.02.2009 13:44, Thomas Feldman a écrit :

Hi,

 

I try to implement a template with a menu of depth 4…I tried this kind of containers

<ui:navigationMenu kind=”sideMenu” dispNumber=”4”>

But only one level of navigation displays…

 

How do I fix that…I the sublevel option implemented yet. If not, how can I have a menu with depth…

 

Thanks

 

Thomas Feldman
Chef de projet  technique -Technical Project Manager
____________________________________________________________

Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19

thomas.feldman@...
http://www.duke-interactive.com
____________________________________________________________

If emails save time, not printing them saves trees

 


_______________________________________________ template_list mailing list template_list@... http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
Hi,

Actually the attribute to set up are "expandOnlyPageInPath" and "maxDepth". The first one allows the whole tree to be displayed, with a depth of maxDepth (or no limit if no attribute specified).
Hope it helps.

Regards,
Romain

-- 
Romain Felden --=[ rfelden_at_jahia_dot_com ]=--

Jahia Solutions
9 route des Jeunes
CH-1227 Les Acacias

This e-mail and its contents are subject to the DISCLAIMER at http://www.jahia.com/disclaimer


_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

smime.p7s (2K) Download Attachment

Eclipse is running in JRE, but JDK is required-

by adanbouzoua :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

  Using Eclipse for Jahia Template Development

 

I am setting eclipse/jahia6 following the instructions

 

 

1. I have a question first:

 

I am confuse about the two ins install of Maven 2 .

Do we have to do the two, seems there is redundency there

 

·  Maven 2
 (http://maven.apache.org/download.html)

 

OR ? AND ?

 

·  Maven 2 Eclipse Plugin
 (http://m2eclipse.codehaus.org/ with installation requirements

 

 

 

2 I did exactly the steps in the tutorial . But Maven complains about jre.

 I have fixed Installed JRE  to use JDK it in eclipse and in the eclipse.ini, add the option  –vm c:\jdk1.6_10\bin\javaw.exe.

 

I can see my project in my workspace but Open Project disabled and Maven  still complaining about  “Eclipse is running in JRE, but JDK is required-  some Maven Plugging may not works…”

..

 

Regards

 

 



_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Re: Eclipse is running in JRE, but JDK is required-

by Benjamin Papez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hello,

On 11.02.2009 19:32, ali DAN-BOUZOUA wrote:

  Using Eclipse for Jahia Template Development

 

I am setting eclipse/jahia6 following the instructions

 

 

1. I have a question first:

 

I am confuse about the two ins install of Maven 2 .

Do we have to do the two, seems there is redundency there

 

·  Maven 2
 (http://maven.apache.org/download.html)

 

OR ? AND ?

 

·  Maven 2 Eclipse Plugin
 (http://m2eclipse.codehaus.org/ with installation requirements
 


This is an AND - you need to download and install "Maven 2" on your local disk first, and then you need to install the Eclipse plugin for Maven 2

2 I did exactly the steps in the tutorial . But Maven complains about jre.

 I have fixed Installed JRE  to use JDK it in eclipse and in the eclipse.ini, add the option  –vm c:\jdk1.6_10\bin\javaw.exe.

 

I can see my project in my workspace but Open Project disabled and Maven  still complaining about  “Eclipse is running in JRE, but JDK is required-  some Maven Plugging may not works…”


I had the same issue first. What worked for me is to add the parameter not in eclipse.ini but directly in the Windows shortcut calling eclipse
(e.g. I am using: "D:\Program Files\eclipse\eclipse.exe" -vm "D:\Program Files\Java\jdk1.6.0_11\bin\javaw.exe" -showlocation)

Regards,
Benjamin

_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list