I finally solved that by changing name and proxyName so I could use in
my javascript: window[this.proxyName].autocomplete.getSuggestions(value);
I create variable for every autocompleted field and then use
personalized proxy.
On 7/10/12 11:01 PM, Jean-François Veillette wrote:
I'm trying to
> I'm trying to implement autocomplete based on my database and I want to use
> AjaxProxy for that. I have two different fields on the same page that need to
> be auto completed. I create two AjaxProxy objects:
>
> FirstAutocompleteProxy : PMAjaxProxy {
> name = "autocomplete";
> proxy = firstPr
Hi,
I'm trying to implement autocomplete based on my database and I want to
use AjaxProxy for that. I have two different fields on the same page
that need to be auto completed. I create two AjaxProxy objects:
FirstAutocompleteProxy : PMAjaxProxy {
name = "autocomplete";
proxy = firstProxy;
pro