[Lift] Re: horizontal navbar drop-downs

2009-03-20 Thread marius d.
Derek if you want to build menu the widget by all means go ahead. I just don't want to duplicate the effort by having us work on the same thing. (If you do please update the ticket owner) Br's, Marius On Mar 20, 5:48 pm, Derek Chen-Becker wrote: > Sure, I'll bundle it as part of the widgets mod

[Lift] Re: horizontal navbar drop-downs

2009-03-20 Thread David Pollak
On Fri, Mar 20, 2009 at 9:37 AM, Derek Chen-Becker wrote: > I'm looking at the code and I can't figure out how to make SiteMap emit the > entire menu tree, other than to modify Lift core. The sitemap Menu class > specifically tests against the current path to determine whether children > are displ

[Lift] Re: horizontal navbar drop-downs

2009-03-20 Thread Derek Chen-Becker
I'm looking at the code and I can't figure out how to make SiteMap emit the entire menu tree, other than to modify Lift core. The sitemap Menu class specifically tests against the current path to determine whether children are displayed, so it seems like it would be helpful to somehow provide an ov

[Lift] Re: horizontal navbar drop-downs

2009-03-20 Thread Derek Chen-Becker
Sure, I'll bundle it as part of the widgets module along with some code do handle the nitty-gritty of emitting the full menu and enabling superfish. Derek On Fri, Mar 20, 2009 at 9:30 AM, David Pollak wrote: > > > On Fri, Mar 20, 2009 at 12:45 AM, Charles F. Munat wrote: > >> >> It doesn't say

[Lift] Re: horizontal navbar drop-downs

2009-03-20 Thread David Pollak
On Fri, Mar 20, 2009 at 12:45 AM, Charles F. Munat wrote: > > It doesn't say anything about licensing on the site, but it's a jQuery > plugin. I presume that if we can bundle jQuery, we can bundle Superfish. Sounds reasonable. However, I'd prefer not to bundle it with Lift webkit, but make it

[Lift] Re: horizontal navbar drop-downs

2009-03-20 Thread Charles F. Munat
It doesn't say anything about licensing on the site, but it's a jQuery plugin. I presume that if we can bundle jQuery, we can bundle Superfish. Chas. Derek Chen-Becker wrote: > That's awesome. Are there restrictions that would prevent us from just > including the superfish script file (and CSS

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread Derek Chen-Becker
That's awesome. Are there restrictions that would prevent us from just including the superfish script file (and CSS) as part of a widget? It looks like it wants ULs anyways, which is what Lift already outputs. From what DPP said, it should be easy to dump the entire menu as a full UL (with nesting)

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread Charles F. Munat
You should take a look at Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/ It's probably the best looking and slickest of the menu bars I've seen, and it can work horizontally or vertically. It's pretty accessible to persons with disabilities as it's basically implemented via CSS,

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread marius d.
Yeah I did ... thanks. On Mar 19, 9:34 pm, Timothy Perrett wrote: > @marius: > > You might want to ping Debby, as I belive she setup the lighthouse account > for Lift... Perhaps she is the gate keeper? > > Cheers, Tim > > On 19/03/2009 19:30, "Derek Chen-Becker" wrote: > > > > > Feel free to ta

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread Timothy Perrett
@marius: You might want to ping Debby, as I belive she setup the lighthouse account for Lift... Perhaps she is the gate keeper? Cheers, Tim On 19/03/2009 19:30, "Derek Chen-Becker" wrote: > Feel free to take it when we let you ;). > > On Thu, Mar 19, 2009 at 1:16 PM, marius d. wrote: >> >>

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread Derek Chen-Becker
Feel free to take it when we let you ;). On Thu, Mar 19, 2009 at 1:16 PM, marius d. wrote: > > Derek let me know if you want to own this ... otherwise I'll take it > if no one else claims it ... after I'm added to the "magic" owner list > on lighthouse :D > > On Mar 19, 7:04 pm, Derek Chen-Becke

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread marius d.
Derek let me know if you want to own this ... otherwise I'll take it if no one else claims it ... after I'm added to the "magic" owner list on lighthouse :D On Mar 19, 7:04 pm, Derek Chen-Becker wrote: > Added a ticket for the enhancement: > > http://liftweb.lighthouseapp.com/projects/26102/tick

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread DavidV
That would definitely be very useful! The more widgets the better! In the meantime, I'll use the navbar that I have right now, which is perfectly functional but not aesthetically what I'm going for. Thanks again for the help. -David On Mar 19, 12:04 pm, Derek Chen-Becker wrote: > Added a ticke

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread Derek Chen-Becker
Added a ticket for the enhancement: http://liftweb.lighthouseapp.com/projects/26102/tickets/24-create-lift-widget-for-drop-down-menus Derek On Thu, Mar 19, 2009 at 11:59 AM, Derek Chen-Becker wrote: > Cool! If Dan can share some code that would help, but in any case I don't > think this is goin

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread Derek Chen-Becker
Cool! If Dan can share some code that would help, but in any case I don't think this is going to be a huge chunk of code. Derek On Thu, Mar 19, 2009 at 11:52 AM, David Pollak < feeder.of.the.be...@gmail.com> wrote: > > > On Thu, Mar 19, 2009 at 9:50 AM, marius d. wrote: > >> >> I'm wondering if

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread David Pollak
On Thu, Mar 19, 2009 at 9:50 AM, marius d. wrote: > > I'm wondering if we shouldn't provide this by the means of a Lift > widget. Looks like a needed feature ... > > WDYT ? > Sounds good to me. > > Br's, > Marius > > On Mar 19, 6:43 pm, David Pollak > wrote: > > On Thu, Mar 19, 2009 at 9:30 A

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread marius d.
I'm wondering if we shouldn't provide this by the means of a Lift widget. Looks like a needed feature ... WDYT ? Br's, Marius On Mar 19, 6:43 pm, David Pollak wrote: > On Thu, Mar 19, 2009 at 9:30 AM, Derek Chen-Becker > wrote: > > > This is something that has been asked before, but I don't t

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread David Pollak
On Thu, Mar 19, 2009 at 9:30 AM, Derek Chen-Becker wrote: > This is something that has been asked before, but I don't think there was > anything out there. I think that this would be a really nice feature, > particularly if it could leverage the existing jQuery stuff. IIRC, the > built-in Menu sn

[Lift] Re: horizontal navbar drop-downs

2009-03-19 Thread Derek Chen-Becker
This is something that has been asked before, but I don't think there was anything out there. I think that this would be a really nice feature, particularly if it could leverage the existing jQuery stuff. IIRC, the built-in Menu snippet doesn't render children at all unless the parent is the curre