search for: menu_

Displaying 3 results from an estimated 3 matches for "menu_".

Did you mean: menu
2006 Apr 18
4
update_page yields escaped code in callback
Hi All, The subject pretty well describes what I am experiencing. This line in an .rhtml template: <%= link_to_remote menu_item.humanize, {:update => ''section'', :url =>{:controller => menu_item}, :complete => update_page do |page| page.activate_tab("#{menu_item}_tab", ''menu_'') page[''section''].hide page[''section...
2006 Jan 11
8
[scriptaculous] Intermitently Disabling Clicks
I have button that slides down a menu using Effect.BlindDown, but the function that slides it down also makes it so that the opening link now slides the menu back in. If the user double clicks the link (thuse opening & closing immediatley) the slide animation breaks, then will not extend correctly (but no JS errors). How would you go about stopping this happening? Also, is it just me or is
2011 Aug 17
1
[patch 1/1] syslinux: add suport for com32 entries in the menu
...from first hard drive COM32 chain.c32 APPEND hd0 Signed-off-by: Jorge D Cisneros <jorge.cisneros at hp.com> -- --- com32/gfxboot/gfxboot.c.orig 2011-08-17 10:04:44.000000000 -0500 +++ com32/gfxboot/gfxboot.c 2011-08-17 10:07:34.000000000 -0500 @@ -125,6 +125,7 @@ typedef struct menu_s { char *alt_kernel; // alternative name in case user has replaced it char *linux; // de facto an alias for 'kernel' char *localboot; // boot from local disk + char *com32; // boot other com32 modules char *initrd; // initrd as separate lin...