[Proto-Scripty] Re: Preventing Autocompleter

2010-07-05 Thread infringer
No takers? I guess there is no way to do this? On Jul 1, 6:51 pm, infringer infrin...@gmail.com wrote: I have an autocompleter on a City field.  But I don't want it to send the request UNLESS the state field is filled in? Any suggestions on how to prevent it from sending the request

[Proto-Scripty] Preventing Autocompleter

2010-07-01 Thread infringer
I have an autocompleter on a City field. But I don't want it to send the request UNLESS the state field is filled in? Any suggestions on how to prevent it from sending the request? No need for the unnecessary requests going back and forth. Thanks, -David -- You received this message because

[Proto-Scripty] Re: Escaping Input

2009-07-31 Thread infringer
/Core_JavaScript_1.5_Reference/Global... [2]http://prototypejs.org/api/form/request HTH, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Jul 30, 8:27 pm, infringer infrin...@gmail.com wrote: I have a form, I've been doing

[Proto-Scripty] Escaping Input

2009-07-30 Thread infringer
I have a form, I've been doing this in javascript: entry = $('busCalForm').serialize(true); entry = JSON.stringify(entry); new Ajax.Request(modules/buscal/processes/saveBooking.php, { parameters: year= + year + recnum= + busmstr_id + json= + entry, onSuccess:

[Proto-Scripty] InPlaceEditor help

2009-04-29 Thread infringer
I have a div, that contains two tables. Inside the first table I have an InPlace Editor. During the use of the application, the entire div can be replaced. Thus removing the IPE. But then the div can be replaced again, with the default view, which should have the IPE. When this happens, If

[Proto-Scripty] Re: InPlaceEditor help

2009-04-29 Thread infringer
Nevermind, I figured out what it was. In my new code, I had a table cell with an id, and I needed a div inside a table cell! Because it inserts before and an invalid table format causes the stuff to be greyed out in firebug. Thanks anyway, -David On Apr 29, 10:10 am, infringer infrin

[Proto-Scripty] InPlaceEditor autocomplete?

2009-04-23 Thread infringer
Does anyone know how to turn the browser's autocomplete off for the inplaceeditor's field? Here's my Inplaceeditor setup: new Ajax.InPlaceEditor('dayDateNotes', '/CoachFlex/modules/buscal/ processes/updateDayDateNotes.php', {