@Tito,
Thanks for your reply. I tried changing the name of the what field in
the second form:
def index():
form1=SQLFORM.factory(
Field('what',widget=SQLFORM.widgets.autocomplete(request,db.companykeyword.word))
Field('city',widget=SQLFORM.widgets.autocomplete(request,db.adres.plaats)))
... and? did it solve it?
On Apr 14, 6:44 am, Tito Garrido wrote:
> Hi Annet,
>
> I had the same problem... I've changed the name of the second field... in
> your case "what"... try to put "what2" just to test...
>
> Regards,
>
> Tito
>
>
>
>
>
>
>
>
>
> On Thu, Apr 14, 2011 at 4:17 AM, annet wr
Massimo,
To solve the problem I changed the code in gluon/sqlhtml.py.
I think making it a parameter is a good idea, at the moment I don't
have the skills to provide you with a patch :-(
Kind regards,
Annet,
this is hardcoded in gluon/sqlhtml.py
attr['_onblur']="jQuery('#%
(div_id)s').delay(3000).fadeOut('slow');"
I guess we can make it is a parameter of the widget. I would take a
patch.
On Aug 25, 1:23 am, annet wrote:
> I am using web2py's auto complete widget, and wonder whether the div
>
Hi Martin,
I gave you solution a try, but it doesn't make any difference to the
auto complete's behaviour.
Kind regards,
Annet.
I dont know this is the reason because i never tried automplete, but
in web2py_ajax.html change code like fadeIn('slow') or fadeOut('slow')
to fadeIn('fast') or fadeOut('fast')
On Aug 25, 3:23 am, annet wrote:
> I am using web2py's auto complete widget, and wonder whether the div
> containing the
6 matches
Mail list logo