LOL ... holy cr-p! That's great MDP! There is so much new stuff, I
can't keep up.

On May 21, 12:32 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> yes.
>
> from gluon.sqlhtml import AutocompleteWidget
>
> db.define_table('mytable',
>    Field('person',db.person,requires=IS_IN_DB(db,db.person.id,'%
> (name)s')),
>    ...)
>
> db.mytable.person.widget=AutocompleteWidget(request,db.person.name,db.perso­n.id,orderby=db.person.name)
>
> On May 20, 9:16 pm, greenpoise <danel.sega...@gmail.com> wrote:
>
>
>
> > Is there an alternative to drop down? a type ahead type of widget?- Hide 
> > quoted text -
>
> - Show quoted text -

Reply via email to