Re: Multi-select drop down list
Esteban Maringolo <[email protected]> Wed, 19 Aug 2020 22:34:32 -0300
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAJMgPCJ0kpg4T8Xk4dzvj8cvSnR+XvzfV7c9asSni=aAV2HpOA@mail.gmail.com> |
Hi Bob, I'm using a wrapper for Bootstrap Select [1] that you can get in my Github Repo [2] I might also wrap Select2 [3] because it supports remote data search, which in my case might be useful. But currently it is simpler and faster to push 200 options to the client. :-) My wrapper was done for Bootstrap 3, but I'm currently using just the wrapper with Bootstrap 4 and it works the same, but I'm linking to the newer CSS/JS files instead of using the WAFileLibrary. Best regards! [1] https://github.com/eMaringolo/seaside-bootstrap-select [2] https://developer.snapappointments.com/bootstrap-select/examples/#multiple-select-boxes [3] https://select2.org/data-sources/ajax Esteban A. Maringolo On Wed, Aug 19, 2020 at 5:52 PM Bob Nemec <[email protected]> wrote: > > Has anyone implemented or wrapped a multi-select dropdown list in Seaside? > > I'm looking at jQuery plugins like https://www.positronx.io/multiselect-dropdown-list-with-checkboxes-jquery-plugin/ which render fine, but I'd like to be able to better hook in to the select / unselect events. > > Shouldn't be too hard; but I'd rather not repeat work that may already have been done. > > Thanks for any info, > Bob Nemec > > _______________________________________________ > seaside mailing list > [email protected] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside