search for: choice1

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

Did you mean: choice
2008 Jul 22
1
tklistbox and extracting selection to R
...listbox(tt,height=ntx,selectmode="single",background="white") tkgrid(tklabel(tt,text="Select the legend of" )) tkgrid(tl) treatments<<-levels.tx for(i in (1:ntx)) { tkinsert(tl,"end",treatments[i]) } OnOK<-function() { tx.choice1<<-treatments[as.integer(tkcurselection(tl))+1] tkdestroy(tt) } OK.but<-tkbutton(tt,text=" OK ", command=OnOK) tkgrid(OK.but) tx.choice1 the console can't find tx.choice1, but if I type tx.choice1 directly into the console, it returns the val...
2006 Apr 22
3
Creating a select dropdown box with links to methods
...he form is submitted is handed to a controller method which basically I have my dropdown box: <%= form_tag :action => ''select_view'' %> <strong>Select a View:</strong> <select id="selection" name="selection"> <option value="choice1">Choice 1</option> <option value="choice2">Choice 2</option> </select> <%= submit_tag("View") %> <%= end_form_tag %> Then I have a methond in my controller that based on the selct box selection, redirects to a different method/view:...
2006 Nov 30
12
Disable autocomplete (Ajax.Autocompleter) on the fly.
I''m sure there is an easy way to do this, but it is one of those things that is incredibly difficult to search for. How can I disable an ''Ajax.Autocompleter'' element from working ''on the fly''? I have a page where I''m using two (I know it''s crazy) Ajax.Autocompleter elements and once one of them has got a result I want the other field