Auto Suggest

2010-09-01 Thread Gavin Mabie
Any ideas on how to implement auto-suggest in Ofbiz?

Re: Auto Suggest

2010-09-01 Thread Carsten Schinzer
Gavin, if you may explain a little more on the term "auto-suggest"? I have no clue what you may mean by that. Regards Carsten 2010/9/2 Gavin Mabie > Any ideas on how to implement auto-suggest in Ofbiz? > > -- Best Carsten Schinzer Waisenhausstr. 53a 80637 München Germany

Re: Auto Suggest

2010-09-01 Thread Ankit Jain
sday 02 September 2010 11:34 AM, Gavin Mabie wrote: Any ideas on how to implement auto-suggest in Ofbiz?

Re: Auto Suggest

2010-09-02 Thread Jacques Le Roux
If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery branch Jacques From: "Gavin Mabie" Any ideas on how to implement auto-suggest in Ofbiz?

RE: Auto Suggest

2010-09-02 Thread Gavin Mabie
ember 2010 08:36 AM To: user@ofbiz.apache.org Subject: Re: Auto Suggest Hi Gavin, Auto Completer is already implemented in Ofbiz you can check it here https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main in the Search Products Column just type any letter/number in the categoryId

Re: Auto Suggest

2010-09-02 Thread Matthieu Bollot
Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit : > If you mean auto-complete there are already some in ofbiz. AFAIK only for > lookups in trunk, but soon also for dropdowns in jQuery > branch I think that he means something such as : you're looking at green shoes, so may be you

Re: Auto Suggest

2010-09-02 Thread Matthieu Bollot
Le jeudi 02 septembre 2010 à 09:35 +0200, Matthieu Bollot a écrit : > Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit : > > If you mean auto-complete there are already some in ofbiz. AFAIK only for > > lookups in trunk, but soon also for dropdowns in jQuery > > branch > I think

Re: Auto Suggest

2010-09-02 Thread S K Pradeep Kumar
Hi, Auto Suggest already there at https://demo-trunk.ofbiz.apache.org:8443/webpos/control/main With regards, S K Pradeep kumar, 9980609494 On Thu, Sep 2, 2010 at 11:34 AM, Gavin Mabie wrote: > Any ideas on how to implement auto-suggest in Ofbiz? > >

Re: Auto Suggest

2010-09-02 Thread Sascha Rodekamp
Hello Gavin, jep we have the autocomplete in the trunk (prototype based) and in the jQuery brunch (jquery based). If you want to use it in the 9.04 version, you have implement it by you're own (have a look at the example screens in the current trunk, maybe you can copy some code there). Here are s

RE: Auto Suggest

2010-09-02 Thread Gavin Mabie
ser@ofbiz.apache.org Subject: Re: Auto Suggest Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit : > If you mean auto-complete there are already some in ofbiz. AFAIK only for > lookups in trunk, but soon also for dropdowns in jQuery > branch I think that he means somethin

Re: Auto Suggest

2010-09-02 Thread Jacques Le Roux
mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery branch Jacques From: "Gavin Mabie" Any ideas on how to implement auto-suggest in Ofbiz?

Re: Auto Suggest

2010-09-02 Thread Jacques Le Roux
cques Thanks Gavin -Original Message- From: Matthieu Bollot [mailto:matthieu.bol...@nereide.biz] Sent: 02 September 2010 09:35 AM To: Jacques Le Roux Cc: user@ofbiz.apache.org Subject: Re: Auto Suggest Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit : If you mean

RE: Auto Suggest

2010-09-02 Thread Gavin Mabie
Great stuff -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: 02 September 2010 11:51 AM To: user@ofbiz.apache.org Subject: Re: Auto Suggest From: "Gavin Mabie" > Thanks Matthieu > > Ankit pointed me in the right direction - what I