Re: ajaxHelper::observeField - observes text field onBlur, not onChange

2007-11-19 Thread senser
Hello Lamiunto! I've tried several values for frequency but no success :(. I always use option "frequency", because I've read that it's obligatory for IE to work with ajax::observeField. On Nov 19, 8:23 am, Lamiunto <[EMAIL PROTECTED]> wrote: > Well, according to the Cake 1.1 API, the observeFi

Re: ajaxHelper::observeField - observes text field onBlur, not onChange

2007-11-18 Thread Lamiunto
Well, according to the Cake 1.1 API, the observeField function has got an array for options, one of those options is "frequency", now that is "The frequency (in seconds) at which changes to this field will be detected." I haven't tested this yet, but have you tried setting frequency to say someth

Re: ajaxHelper::observeField - observes text field onBlur, not onChange

2007-11-18 Thread senser
Actually the question stands: "how to trigger observeField on upkey even"? I found an external JS library www.extjs.com which handles this event nut I'm not sure that's the right way for handle this On Nov 18, 11:14 pm, maschoen <[EMAIL PROTECTED]> wrote: > My recent experience is that y

Re: ajaxHelper::observeField - observes text field onBlur, not onChange

2007-11-18 Thread maschoen
My recent experience is that you want to trigger on the upkey event. Ignore the event structure itself. Go to the field and read its value. If you look on the downkey, the value hasn't been updated yet. On Nov 17, 6:03 am, senser <[EMAIL PROTECTED]> wrote: > I can't understand why every time I

Re: ajaxHelper::observeField - observes text field onBlur, not onChange

2007-11-17 Thread senser
I can't understand why every time I start a new discussion here (writing the first post) the post is submiited twice. That happens every time and I press "Submit" button just once .. On Nov 17, 1:00 pm, senser <[EMAIL PROTECTED]> wrote: > Hi, > I have a form where users must selec

ajaxHelper::observeField - observes text field onBlur, not onChange

2007-11-17 Thread senser
Hi, I have a form where users must select from over 11000 records in list_box. I'm using ajax to observe text field and update select to reduce high load when loading page (If I populate list box with 11K records page renders very slow). So the problem is that $ajax->observeField() triggers not on

ajaxHelper::observeField - observes text field onBlur, not onChange

2007-11-17 Thread senser
Hi, I have a form where users must select from over 11000 records in list_box. I'm using ajax to observe text field and update select to reduce high load when loading page (If I populate list box with 11K records page renders very slow). So the problem is that $ajax->observeField() triggers not on