[Proto-Scripty] Re: Preventing Autocompleter

2010-08-04 Thread Eric
Sorry for the late reply (Holidays :o) ) but why don't you just disable the city field until the state field is filled? On Jul 5, 9:19 pm, Jonathan Snelling jon.snell...@gmail.com wrote: There should be a before or a conditional parameter you can pass. That returns true to continue or false to

[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?  No

Re: [Proto-Scripty] Re: Preventing Autocompleter

2010-07-05 Thread David Behler
I don't think there is a built-in functionaltity for that. But you could edit the autocompleter class and add the check yourself right before the request is done. David Am 05.07.2010 18:54, schrieb infringer: No takers? I guess there is no way to do this? On Jul 1, 6:51 pm,

Re: [Proto-Scripty] Re: Preventing Autocompleter

2010-07-05 Thread Jonathan Snelling
There should be a before or a conditional parameter you can pass. That returns true to continue or false to not send the request. On Monday, July 5, 2010, infringer infrin...@gmail.com wrote: No takers?  I guess there is no way to do this? On Jul 1, 6:51 pm, infringer infrin...@gmail.com