Displaying 6 results from an estimated 6 matches for "menu2".
Did you mean:
menu
2006 Oct 30
2
Going back to classic menu from vesamenu.c32
I'm currently building a tree-like boot menu for my network, using pxelinux
and vesamenu.c32. I jump from one page to another with "kernel vesamenu.c32"
and "append newmenu". However, at some points I'd like to use the classic
interface, for example with a distribution install image (in order to have
the exact same interface as on the CD).
I tried loading pxelinux.0
2006 Aug 10
6
Partials - asked before never got reply
...ot;main/login" %>
<%= render :partial => "main/register" %>
<% end %>
And in the layout:
<div id="Menu">
<%= render(:partial => "logout" )%>
<%= render(:partial => "register" ) %>
</div>
<div id="Menu2">
<%= render(:partial => "login" ) %>
</div>
So I think this is all wrong but not sure how to go about
accomplishing my design.
Any help / suggestions would be greatly appreciated.
TIA
Stuart
2006 Jul 09
1
Drop down menu in rails?
Does rails have a nifty utility for creating javascript drop down menus?
Thanks for the help.
Thank You,
Ben Johnson
E: bjohnson@contuitive.com
O: 800-341-6826
M: 817-229-4258
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060709/869e8e30/attachment-0001.html
2014 Sep 15
1
apply block of if statements with menu function
...;,'b','c','d'))
How to create a function that will apply to specific menu choice
objects? For example:
object1<-function (menuifchoices) {
menu1<-menu(c('a','b','c','d'))
if (menu1==1)
...
menu1a<-menu...
if (menu1a==1)
...
menu2a<-menu...
if (menu2a==1)
...
menu2
<-menu(c('a','b','c','d'))
if (menu1==2)
...
}
The request action is that a user can select a menu option that will
activate a series of "multiple choice" questions, results in "menu1"
being activ...
2007 Dec 25
5
[Bug 13815] New: Wrong url for http get
http://bugs.freedesktop.org/show_bug.cgi?id=13815
Summary: Wrong url for http get
Product: swfdec
Version: git
Platform: Other
URL: http://www.betterworldbooks.com/Flash/output.swf
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at
2006 Dec 19
0
dtmf and ivr
...s through the
menu. I use * 1.2
here is the context:
[ivr]
exten => s,1,Answer
exten => s,2,SetMusicOnHold(default)
exten => s,3,DigitTimeout,5
exten => s,4,ResponseTimeout,10
;SAI menu - 1 for Sales, 2 for Support
exten => s,5,Background(say-menu1)
exten => s,6,Background(say-menu2)
; Sales
exten => 1,1,SetGlobalVar(ACCOUNTCODE=${callerid})
exten => 1,2,SetVar(callerid=${callerid})
exten => 1,3,Background(sai-welcome-sales)
exten => 1,4,Queue(sales)
; Tech Support
exten => 2,1,SetGlobalVar(ACCOUNTCODE=${callerid})
exten => 2,2,SetVar(callerid=${callerid}...