similar to: Form.Element.getValue for checkboxes and radios?

Displaying 20 results from an estimated 500 matches similar to: "Form.Element.getValue for checkboxes and radios?"

2006 Jul 02
1
sparse matrix tools
Dear R-Help list: I'm using the Matrix library to operate on 600 X ~5000 element unsymmetrical sparse arrays. So far, so good, but if I find I need more speed or functionality, how hard would it be to utilize other sparse matrix toolsets from within R, say MUMPS, PARDISO or UMFPACK, that do not have explicit R interfaces? More information on these is available here
2004 Oct 18
1
anaconda in 3.3?
Greetings, I'm using centos3 to study for rhce, centos came highly recommended in Michael Jang's rhce study guide. I've been having trouble isntalling via nfs, an early exercise in the book, and googling around leads me to think it might be an anaconda bug. I tried following the anaconda link on the "upgrading from 3.1" page but it's actually a duplicate of the
2004 Nov 10
1
Additions to the datasets package?
I have posted, at http://wwwmaths.anu.edu.au/~john/r/newsets/ image (.rda) files, and first stabs at .Rd files for various data on deaths in London from 1629 to 1939. (There are of course gaps.) The sources (Guy 1882 & Stocks 1942) are documented in the .Rd files: (1) poxetc: measles, smallpox & total deaths: 1629-1881 [I have deliberately left several inconsistencies that were in
2004 Oct 26
1
redhat-config-kickstart
Howdy. Is this part of the centos package? Did I just miss something when I installed? Supposedly I'll want to know this for rhce... -- Robert Thomas (beau) Hayes Link beau at oblios-cap.com (c)2004ISR; http://www.semanticrestructuring.com/ "War on Terror? Splint on Smallpox."
2004 Oct 26
2
kickstart from cd
Howdy, Was wondering if anyone on the list has successfully created a kickstart cd. I get the thing burnt, looks good, I can browse all the files, but when I actually boot from it I can't get it to admit the ks.cfg exists. I *have* been successful with kickstart over http; just can't seem to make it happen from the cd. Pointers appreciated, I've been mostly looking at the
2011 May 30
5
rails habtm checkboxes with jquerymobile
Hi guys, I have a habtm association working properly. My application consists of both a desktop and a mobile version. My mobile version is made with jquerymobile and I would like my checkboxes in the edit form to look like the checkboxes shown in http://jquerymobile.com/demos/1.0a4.1/#docs/forms/forms-checkboxes.html. My desktop code is the following: <%= check_box_tag
2007 Nov 16
3
IE: error with Serializers[method] in getValue()
Hi, Version: prototype 1.6.0 I''m using the $F function to get the value of a field. It works fine in FireFox, but IE 6 and 7 are reporting "object does not support his property or method" (translated from german). In IE debugger it hightlights the line 3485: --- return Form.Element.Serializers[method](element); --- I searched the web, but this problem seems to be quite unique
2009 Jan 23
4
getValue() in a Controller problem, help please.
Hello there, I''m trying to do something like: render :update do |page| page[:client_list].replace_html render(:partial => ''client_list'', :object => @clients_list) name = page[:name].getValue(); end but I''m not getting the value, or somehow use $("name").getValue() inside of the controller. How can I do that? tks, David Sousa --
2005 Feb 25
1
Re: FRS radios on *
Rich Adamson writes >>GMRS, FRS and MURS radios may not be interconnected with the PSTN (47 > > CFR 95.141). There has been a lot of talk from lobbyists to clarify this > > rule, but as it stands you could conceivably connect a *private* network > > to GMRS or MURS radios (you can't make any plugins or modifications to > > an FRS radio that isn't type
2017 Oct 16
0
convert public online radios to ogg and stream them inside company
I might be wrong but icecast can’t do it on its own, what it receives is what it streams. That been said, your best bet is liquidsoap for transcoding and icecast as a streaming server. בתאריך יום א׳, 15 באוק׳ 2017 ב-21:49 מאת MAROS <maros+icecast at soitron.eu>: > Hello dear icecast fans, > > In my company we have voip phones, that can also play OGG stream /online > radio
2005 Dec 30
1
[OT] WiFi radios
Hi - Off-topic, but slightly related since it's a device that can listen to icecast streams. We've just bought one of these devices at home and it's absolutely great: http://www.acoustic-energy.co.uk/Product_range/WiFi_radio/WiFi.asp Not the first wifi radio ever, I know, but the unit is really impressive. Good sound quality, and decent interface. And they claim that it a future
2005 Jul 19
1
Nested drag and drop rendering issue with ie
First and foremost, excellent library - excellent work. Thank you. Now, here''s what I''m doing: <div id="wrapper"> <fieldset id="page_1"> <legend>Page</legend> <fieldset id="group_1"> Group </fieldset> <fieldset id="group_2"> Group </fieldset>
2005 Feb 23
8
FRS / FRS/GMRS 2-way radios as SIP clients
Any one know of software that allows 2-way radios as VoIP(SIP) clients, besides dingotel's usb & mic cable trick ? http://www.dingotel.com/2way/requirements2way.asp They might be ok if the SIP client was not hardcode to their own SIP proxy Has anyone tried any hacks to get the 2-way radio SIP client to regsiter to a * box. hmm chan_frsgmfrs anyone? using the usb/mic cable under linux :)
2017 Oct 15
5
convert public online radios to ogg and stream them inside company
Hello dear icecast fans, In my company we have voip phones, that can also play OGG stream /online radio streams/ There are some good public online radios, which however uses MP3 stream. I want convert different online public streams from mp3 to ogg, and offer ogg streams in my company, so our voip phones can play them. Can icecast (ezstream,ices) be used for my scenario? I tried a relay
2006 Oct 12
3
Help with observer_form , javascript error
I''ve set up an observer form, it is not working nor throwing error at least in loading the page. The Firefox javascript console is showing this error: Error: missing } after property list Source File: http://localhost:3000/ajaxsearch/list Line: 165, Column: 45 Source Code: hide(''roller'')}, parameters:''Form.serialize(''asearch'')='' +
2005 Jul 20
3
examples of drag n drop
Sorry if this sounds cynical, ( i do love script.aculo.us scripts ) , but I am wondering if people know of some good real world examples of uses of drag n drop and sortable lists. such a cute script will likely be *ab*used as much as it is used. obviously the point here is to use script.aculo.us to improve the user interface rather than just have some k00l eFX. e.g. the drag n drop instantly
2006 May 12
0
RJS, Safari, Error - DOM exception 7
I''m having nasty cross-browser headache. Not new to Rails, but quite new to AJAX/RJS. My app works perfectly in Firefox, but generates the error in the subject line in Safari. Pretty simple circumstance, completely reproducible in all cases: Any ideas? Relevant code attached. Layout: ------- <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC
2006 Oct 11
2
Help please with observe_form - not working
My observe_form is basically totally limp. I think it should update without hitting submit button but even if I hit it , it doesn''t change (doesn''t seem to post the data). Can anyone please take a look and see if I"m doing something wrong. TIA Form: <% start_form_tag({:action => "livesearch"}, :id => "asearch") %>
2006 Aug 07
2
Getting an array of ids from form checkboxes?
Is it possible to set up a list of checkboxes so that the form parameters are given in an array (eg {"delete_list" => [3,6,7]}) ? At the moment I''m using <%= check_box_tag "delete_list[#{post.id}]" %> ...which gives parameters looking like {"delete_list" => {"3" => "1", "6" => "1",
2006 Jul 14
2
multiple options & checkboxes
Hello, I''m trying to implement a checkbox option function, but I''m having a problem in visualizing how it needs to be implemented. Let me explain. I have a model (User) and another model (Category). I want the user to be able to select multiple categories in the form of checkboxes and have this information stored in the db. User habtm Category and Category habtm User But