Re: [web2py] Re: Is there a way to have a widget like list:string on list:reference?

2012-09-19 Thread Johann Spies
On 16 September 2012 06:24, Bruno Rocha wrote: > This one:http://ivaynberg.github.com/select2/#infinite > > It is easy to implement, just a default text box and you bind this. > > I want to try this. I am reading through the examples and documentation but to me it is not so easy to understand.

Re: [web2py] Re: Is there a way to have a widget like list:string on list:reference?

2012-09-18 Thread Tito Garrido
That is true, it is very easy to implement thanks! Another question, is there a way to do not allow empty selections on list:reference? On Sun, Sep 16, 2012 at 1:24 AM, Bruno Rocha wrote: > This one:http://ivaynberg.github.com/select2/#infinite > > It is easy to implement, just a default text b

Re: [web2py] Re: Is there a way to have a widget like list:string on list:reference?

2012-09-15 Thread Bruno Rocha
This one:http://ivaynberg.github.com/select2/#infinite It is easy to implement, just a default text box and you bind this. --

Re: [web2py] Re: Is there a way to have a widget like list:string on list:reference?

2012-09-15 Thread Anthony
> > Like facebook, user would type and web2py would add the string to tag db > if necessary... but I guess the only way would be using a widget + > dbio=False and format the output of the widget to add in the tag table... > I see. Then no, there's nothing like that built in. Anthony --

Re: [web2py] Re: Is there a way to have a widget like list:string on list:reference?

2012-09-15 Thread Tito Garrido
Like facebook, user would type and web2py would add the string to tag db if necessary... but I guess the only way would be using a widget + dbio=False and format the output of the widget to add in the tag table... Bruno, this widget is awesome! Do you have it implemented on web2py as widget? Tha

Re: [web2py] Re: Is there a way to have a widget like list:string on list:reference?

2012-09-15 Thread Bruno Rocha
I am using the default multi-select and this http://ivaynberg.github.com/select2/ --

[web2py] Re: Is there a way to have a widget like list:string on list:reference?

2012-09-15 Thread Anthony
How would that work from the user perspective? What would the user enter into each string box? On Saturday, September 15, 2012 10:13:16 AM UTC-4, Tito Garrido wrote: > > Hi Folks, > > I am pretty sure that there is a way to have list:string widget on > list:reference but I couldn't find looking