search for: process_call_form

Displaying 1 result from an estimated 1 matches for "process_call_form".

2006 Nov 28
1
observe_form, observe_field, dynamic forms help
...ck'' It was suggested that I stop observe_field before changes are made to the form then restart it. With much searching I found a Event.stopObserving method, but I''m not certain how to apply this to my observe_form observer. >From the source: new Form.EventObserver(''process_call_form'', function(element, value) {new Ajax.Request(''/rails/assistant/add_element'', {asynchronous:true, evalScripts:true, parameters:''Form.serialize(process_call_form)='' + value})}) >From this I did: function = "function(element, value) {new Ajax.Requ...