[Lift] Re: Tabs + menu builder

2009-09-20 Thread Jeppe Nejsum Madsen
tiro tim.romb...@googlemail.com writes: Jeppe We've made primary/secondary navigation where primary navigation is ... I did something similar..found it difficult to work with the default snippets. But found it hard, when writing my own group snippet, to identify the current Loc within the

[Lift] Re: Tabs + menu builder

2009-09-19 Thread tiro
Jeppe We've made primary/secondary navigation where primary navigation is ... I did something similar..found it difficult to work with the default snippets. But found it hard, when writing my own group snippet, to identify the current Loc within the LocGroups Locs. So Jeppe, would be very

[Lift] Re: Tabs + menu builder

2009-09-18 Thread Jeppe Nejsum Madsen
caw1461 caw1...@gmail.com writes: I'm working on a UI for a project and we are looking at the jquery tabs. Currently we just have a plain menu builder site map. we are thinking that a good way to create our UI is to somehow link the site builder with the Tabs such that each tab holds a

[Lift] Re: Tabs + menu builder

2009-09-17 Thread marius d.
It would be pretty easy to write your own snippet and get inspired from Lift's menu snippet code.THe Menu snippet produces lists (ul/li) and if your JQuery Tab plugin works with HTML lists it should work almost on the fly? Br's, Marius On Sep 17, 4:05 pm, caw1461 caw1...@gmail.com wrote: I'm

[Lift] Re: Tabs + menu builder

2009-09-17 Thread David Pollak
You can use lift:Menu.json/ to create a JavaScript variable called lift_menu that contains all the menu items. You can then use client-side JavaScript to read the objects and construct whatever menu you want. On Thu, Sep 17, 2009 at 3:02 PM, marius d. marius.dan...@gmail.com wrote: It would