Re: [web2py] Re: multiple select plugin and list reference

2014-11-30 Thread Johann Spies
On 28 November 2014 at 13:13, Kevin Bethke kevin.bet...@gmail.com wrote: How do I open up the console to check for javascript errors? If you use Firefox, open Firebug (you may have to install it) in the developer menu. Chrome also have a menu item for developer tools and so Opera. Regards

Re: [web2py] Re: multiple select plugin and list reference

2014-11-28 Thread Kevin Bethke
apparently I did something diffrent back than. Now its working. Thanks On Tue, Nov 25, 2014 at 6:55 PM, Leonel Câmara leonelcam...@gmail.com wrote: This is working fine for me. db.define_table('fruit', Field('name'), ) db.define_table('cocktail', Field('fruit','list:reference

Re: [web2py] Re: multiple select plugin and list reference

2014-11-28 Thread Kevin Bethke
I think I was a little quick to write it works. The multiple select shows but the entries won't move to the second box. So no function of the widget at all. How do I open up the console to check for javascript errors? On Fri, Nov 28, 2014 at 11:55 AM, Kevin Bethke kevin.bet...@gmail.com wrote:

Re: [web2py] Re: multiple select plugin and list reference

2014-11-25 Thread Kevin Bethke
I haven't fixed the issue jet. Regards Am 25.11.2014 02:47 schrieb Dennis Jacobs jcbs.d...@gmail.com: Hi TSmith, I'm experiencing the exact same issue! Were you able to resolve this issue? And if so, how exactly did you do so? Regards, Dennis. On Wednesday, November 27, 2013 5:14:25 PM

[web2py] Re: multiple select plugin and list reference

2014-11-25 Thread Leonel Câmara
This is working fine for me. db.define_table('fruit', Field('name'), ) db.define_table('cocktail', Field('fruit','list:reference fruit'), ) from plugin_multiselect_widget import ( hmultiselect_widget, vmultiselect_widget, rhmultiselect_widget, rvmultiselect_widget, )

[web2py] Re: multiple select plugin and list reference

2014-11-24 Thread Dennis Jacobs
Hi TSmith, I'm experiencing the exact same issue! Were you able to resolve this issue? And if so, how exactly did you do so? Regards, Dennis. On Wednesday, November 27, 2013 5:14:25 PM UTC+1, BlueShadow wrote: I found this wonderfull plugin: http://dev.s-cubism.com/plugin_multiselect_widget