You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2005/12/12 08:30:06 UTC

[Myfaces Wiki] Update of "Dynamic Menus with JSCookMenu" by BrunoAranda

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by BrunoAranda:
http://wiki.apache.org/myfaces/Dynamic_Menus_with_JSCookMenu

The comment on the change is:
Updated x to t

------------------------------------------------------------------------------
  
  {{{
  
-    <x:jscookMenu layout="hbr" theme="ThemeOffice">
+    <t:jscookMenu layout="hbr" theme="ThemeOffice">
                  <%/* Availaible jscookMenu themes: ThemeIE, ThemeMiniBlack,ThemeOffice, ThemePanel
               Availaible jscookMenu layout: hbr, hbl, hur, hul, vbr,vbl, vur, vul
               respect to Heng Yuan http://www.cs.ucla.edu/~heng/JSCookMenu
          */%>
-                 <x:navigationMenuItems value="#{dynMenu.navItems}" />
+                 <t:navigationMenuItems value="#{dynMenu.navItems}" />
-    </x:jscookMenu>
+    </t:jscookMenu>
  
  }}}