Re: [web2py] Looking for multi-select widget that uses two text boxes

2012-09-30 Thread MichaelF
I finally got around to implementing the multi-select suggested by Anthony ( http://quasipartikel.at/multiselect_next/). It works fine, with a gotcha or two that might be my ignorance. Its use of div doesn't seem to play nice with web2py, so some layout broke from using 'regular' multi-select

Re: [web2py] Looking for multi-select widget that uses two text boxes

2012-07-09 Thread villas
I used this one once: http://www.senamion.com/blog/jmultiselect2side.html However, it appears the one Anthony suggested would be better -- what's wrong with that suggestion? On Sunday, July 8, 2012 9:00:04 PM UTC+1, MichaelF wrote: Thanks, Bruno. That's not quite what I need for this job,

Re: [web2py] Looking for multi-select widget that uses two text boxes

2012-07-09 Thread MichaelF
Nothing's wrong with Anthony's answer; I like it. On Monday, July 9, 2012 4:54:42 PM UTC-6, villas wrote: I used this one once: http://www.senamion.com/blog/jmultiselect2side.html However, it appears the one Anthony suggested would be better -- what's wrong with that suggestion? On

[web2py] Looking for multi-select widget that uses two text boxes

2012-07-08 Thread MichaelF
I'm aware of the multiple and checkbox widgets. I'm looking for a widget whose name I don't know. It consists of two side-by-side boxes, each box can contain a list of items, and usually starts off with all the items in the left-hand box. Between the two boxes are two arrows, usually one on top

Re: [web2py] Looking for multi-select widget that uses two text boxes

2012-07-08 Thread Bruno Rocha
I guess you need this: http://www.web2pyslices.com/slice/show/1526/cascading-drop-down-lists-with-ajax-2 *Bruno Cezar Rocha* http://www.CursoDePython.com.br [image: Facebook] http://facebook.com/rochacbruno [image: Twitter]http://twitter.com/rochacbruno [image: LinkedIn]

Re: [web2py] Looking for multi-select widget that uses two text boxes

2012-07-08 Thread MichaelF
Thanks, Bruno. That's not quite what I need for this job, but I do need that in another. I need something more like what Anthony posted ( http://quasipartikel.at/multiselect_next/). On Sunday, July 8, 2012 12:42:09 PM UTC-6, rochacbruno wrote: I guess you need this: