The lift-modules/lift-widgets test Boot.scala contains menu entries:
val entries = Menu(Loc("Home", List("index"), "Home"),
Menu(Loc("submenu1", List("submenu1"), "submenu1")),
Menu(Loc("submenu2", List("submenu2"), "submenu2")),
Menu(Loc("submenu3", List("submenu3"), "submenu3"),
Menu(Loc("anothermenu1", List("anothermenu1"),
"anothermenu1")),
Menu(Loc("anothermenu2", List("anothermenu2"),
"anothermenu2")))) ::
Menu(Loc("calmonth", List("calmonth"), "CalendarMonthView")) ::
Menu(Loc("calweek", List("calweek"), "CalendarWeekView")) ::
Menu(Loc("calday", List("calday"), "CalendarDayView")) ::
Menu(Loc("rssfeed", List("rssfeed"), "RSSFeed")) ::
Menu(Loc("gravatear", List("gravatar"), "Gravatar")) ::
Menu(Loc("tree", List("tree"), "Tree")) ::
Menu(Loc("sparklines", List("sparklines"), "SparkLines")) ::
Menu(Loc("autocomplete", List("autocomplete"),
"autocomplete")) ::
Menu(Loc("uploadprogress", List("uploadprogress"), "Upload
Progress")) ::
Nil
The submenu3 does not allow to open deeper menu level
{anothermenu1,anothermenu2}
in "Lift Widgets - Test Site".
Is there way to solve the problem?
Regards,
Vytautas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---