A fix for what? It works perfectly fine in my apps.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed
I would be interested in having this work as well. Was there ever a fix for
this?
On Sunday, February 16, 2014 12:26:58 PM UTC-5, horridohobbyist wrote:
>
> In the latest version of web2py, this solution no longer works. There's no
> "web2py-menu-active" class. Is it now standard policy for web2
In the latest version of web2py, this solution no longer works. There's no
"web2py-menu-active" class. Is it now standard policy for web2py apps not
to have menu selections highlighted?
Thanks.
On Monday, 17 October 2011 15:00:38 UTC-4, Paolo Caruccio wrote:
>
> If you're using respone.menu to
Sorry, it does work. I forgot to clear the damn browser cache! (This
bites me in the ass every frickin' time!)
Richard
On Oct 18, 11:06 am, Paolo Caruccio
wrote:
> Richard,
>
> could you post not working code sample?
>
> Ciao.
>
> Paolo
Richard,
could you post not working code sample?
Ciao.
Paolo
This is all very messy. I think I'll just leave well enough alone.
Pity, though.
I'm quite surprised at how poorly thought-out the Superfish menu
system is.
Richard
On Oct 17, 3:01 pm, ron_m wrote:
> Oops sorry forgot a detail, I did this a while back
>
> I have a simple mapping of top level me
Sorry, I tried it, but it didn't work.
Richard
On Oct 17, 3:00 pm, Paolo Caruccio wrote:
> If you're using respone.menu to build your menu and in line
> withhttp://www.web2py.com/book/default/search?search=response.menu
> you could replace the second item (the boolean value)in the tuple with th
Oops sorry forgot a detail, I did this a while back
I have a simple mapping of top level menu item to controller name so this
works for me because of how it is organized. This allows me to remove
functions from the application depending on where it is installed. Some
clients don't use every pos
If you're using respone.menu to build your menu and in line with
http://www.web2py.com/book/default/search?search=response.menu
you could replace the second item (the boolean value)in the tuple with the
check (request.function=='index') where index is your active page.
In this way web2py automati
I tried that (though I didn't bother to change the default color).
Doesn't seem to work - the active menu still isn't highlighted.
Regards,
Richard
On Oct 17, 1:09 pm, ron_m wrote:
> If you are using superfish menus in views/layout.html hee is what I did.
>
> I changed
>
> jQuery(
If you are using superfish menus in views/layout.html hee is what I did.
I changed
jQuery(document).ready(function(){
jQuery('ul.sf-menu').superfish();});
to be
jQuery(document).ready(function(){
jQuery('ul.sf-menu').superfish({pathClass:
'web
11 matches
Mail list logo