Displaying 1 result from an estimated 1 matches for "yourparam".
Did you mean:
yourparams
2005 Jul 09
7
Extending the AJAX autocompleter
Hi (I think Thomas?),
I am trying to extending the AJAX autocompleter here, and would need
to pass on additional params to the Framework I am using which is
taking on the request.
For this, I have changed the onObserverEvent function in controls.js
as to the following:
onObserverEvent: function() {
this.changed = false;
if(this.element.value.length>=this.options.min_chars) {