similar to: nowhere to find a observe_form docu

Displaying 20 results from an estimated 70000 matches similar to: "nowhere to find a observe_form docu"

2006 Apr 08
0
Understanding observe_form...
Hi all, I''m trying to understand the workings of the observe_form function. In my application I have a search form with a number of parameters, and I want to have a live search counter on screen, so as the user chooses different parameters, she can see a live count of how many search results match. What I''m not clear on is how to use the "with" option, and what
2007 Feb 04
0
Very strange observe_form problem
I am doig something very simple here and this is not working correctly. So any help is greatly appreciated. I ahve this code in my template: <% form_for :company_branch, @company_branch, :html => {:id => "company_branch_form"} do |f| %> <%= f.text_field :street1 %> <%= f.text_field :street2 %> <% end %> <%= observe_form("company_branch_form",
2006 Nov 28
1
observe_form, observe_field, dynamic forms help
I made a pretty lengthy post on what I''m doing here: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/89a2b8e54a874dd9 Short version: I have a radio_button group of two. If one is clicked another pair of radio buttons is added, if the other is clicked it is removed. observe_form does not work for elements added after initial page load. observe_field does not work
2006 Mar 22
2
observe_form without ajax?
This betrays my lack of javascript knowledge, but is it possible to watch a whole form for changes and activate some javascript when those changes occur without any remote request? That is, I want to do exactly what observe_form does, but without the ajax call actually happening. I realize I could use the form_tag :onchange parameter, but that seems to be incapable of doing things like
2006 Jan 09
2
Using RJS templates with observe_form
Hi there, I''ve been checking out RJS templates, and have been trying to use them with the observe_form helper. However, the form values are no longer being passed in the params (as soon as I point the action to the non-rjs and add the ''update'' clause everything is working again). Is this expected? Cheers, Dave -------------- next part -------------- An
2006 Aug 15
4
observe_form not serializing form
I want to use observe_form to automatically save notes in a text_area. This is the code I have: <form id=''notes_form''> <%= text_area :contact, :notes, :cols => 40, :rows => 10, :id =>''notes_text_area'' %> <%= observe_form(''notes_form'', :frequency => 1,
2005 Dec 22
0
Observe_form and ssl on IE
Can anyone help with some strange error messages I''m getting on IE when using observe_form. I''ve written some code to observe a set of radio buttons and it all works fine in Firefox but when using IE about 20% of the calls return a request.status of 12152, ERROR_HTTP_INVALID_SERVER_RESPONSE (and the occasional 12030, ERROR_INTERNET_CONNECTION_ABORTED). It only happens on SSL
2005 Dec 23
0
observe_form, ssl and Internet Explorer
Can anyone help with some strange error messages I''m getting on IE when using observe_form. I''ve written some code to observe a set of radio buttons and it all works fine in Firefox but when using IE about 20% of the calls return a request.status of 12152, ERROR_HTTP_INVALID_SERVER_RESPONSE (and the occasional 12030, ERROR_INTERNET_CONNECTION_ABORTED). It only happens on SSL
2005 Dec 29
0
observe_form without an update parameter
I''m using observe_form in a place that does not require any response from the server. So I do not use an update paramater. But without it webbrick hangs for a couple seconds and returns a status 500. On occasion, there will even be an exception in webbrick''s output if I change the form then quickly click a link before the couple second hang is done. If a add an update, it
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") %>
2004 Apr 11
1
Config docu for SIP<->PSTN gw ?
Hi all ! Have anyone a resource / link for documentation to configure Asterisk to act as a SIP 2 PSTN gateway (ISDN PRI) ? Thx. Regads, Andreas. -- "If you want to pray. Go to the sea." ---------------------------------------------------------------- Andreas Czerniak <cognac@amcs.net> PGPkey http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xEDB224EC
2004 Aug 07
1
Bug in docu?
http://www.shorewall.net/traffic_shaping.htm Page says run_tc qdisc add dev eth0 parent 1:10 pfifo limit 5run_tc qdisc add dev eth0 parent 1:20 pfifo limit 10 Im willing to _bet_ there is a line feed missing in there ;)
2008 Dec 23
1
Docu for Winbind using userprincipalName (UPN)
Hi Samba-Group, my name is carsten from cologne. I would like to use samba/winbind in a Windows AD 2k3, 2k8 multi-domain environment as workstation. All users from the AD should be able to logon via ssh for example. It would great to use the MS userprincipalName (UPN). I am using samba 3.2.6.37 from sernet on a centos 5.2 system. The normal authentication by domain+username works fine.
2004 Aug 06
0
docu for ice protocol
hello jack, i'm using a tcl script for streaming mp3. i tried to adapt it for ogg streaming, but think there is something wrong. what has changed from x-audiocast to ice? i changed the header according to shout.cand icecast 2 says it gets a correct header. then i send the ogg file, but i cannot receive it? is there something else which has changed? mörk --- >8 ---- List archives:
2005 Apr 11
1
docu buglet
?oneway.test contains: |var.equal| a logical variable indicating whether to treat the variances in the samples as equal. If |TRUE|, then a simple F test for the equality of means in a one-way analysis of variance is preformed. If |FALSE|, an approximate method of Welch (1951) is used, which generalizes the commonly known 2-sample Welch test to the case of arbitrarily many samples. I guess
2005 Jul 26
1
docu buglets for ar and friends
This is R2.1.1 The documantation opened by ?ar, section for returned value, does not document all the components of the returned list. In addition to the 13 components documented, it also contains the component $frequency This also applies to the help page opened by ?ar.ols -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahdi Elmandjra
2006 Jun 12
2
dom id on form_remote_tag
I want to make use of a form_remote_tag to submit a form asynchronously. Easy done. However, we also want to add an observe_form tag to check for some value changes while the form is being entered. The observe_form tag needs a dom id to work on but I can''t see how to enter an html option for the dom id of the form on the form_remote_tag. Any ideas? Here is the form tag so far...
2004 Feb 10
1
NetBIOS via ssh tunnel: still getting nowhere
Hi, I'm still trying to open a Samba share from Windows XP, via an ssh tunnel. From Linux, and RiscOS no problem, but Windows no. Surely someone here has needed to do this at some time or other. Please help. Cheers, Paul.
2005 Oct 14
0
droping element and effect "of comming from nowhere"
Hello everyone. I''m using drag and drop on my site, I''v notice strange effect about droping. When I hold element over the droppable area, and drop on it, i see that element not exacly drop on the droppable area, I see something like element coming from outside of the screen, or coming from diffrent position, it''s look like element slide and then is dropped on the
2011 Feb 12
1
[Zaptel] "numberplan-local" context from nowhere?
Hello Using Asterisk 1.4.20 and Zaptel 1.4.3-1, I notice that Asterisk sends FXO calls to a context named "numberplan-local" that is not mentionned in my configuration file, which prevents incoming calls to be successfull: ======= /etc/asterisk/zapata.conf ================== [trunkgroups] [channels] ;Send incoming calls to this context in extensions.conf context=from_fxo