Re: Seaside combo box
Esteban Maringolo <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAJMgPCLYDfhg33qt=9q68DJAUcLyr5GdTVgHdJ06pahn5AX0gA@mail.gmail.com> |
David, The "ComboBox" (VB lingo) is a useful widget but not one that is provided by HTML only <select> (aka "DropDownList"). So if you need it you have to resort to external JS/CSS components [1] and wrap it like I did with Bootstrap-Select [2]. Regards, [1] https://bootstrap-combobox-test.herokuapp.com/ [2] https://github.com/eMaringolo/seaside-bootstrap-select Esteban A. Maringolo On Fri, Jun 14, 2019 at 3:23 PM David Pennington <[email protected]> wrote: > > Hi there. I have a list of items which are the existing options and I want to provide the facility to add a new option. I know this as a combo box. > > Can this be done in Seaside? I am using the select: method to create the list but can't see a way to add the input box. > > David > > ________________________________ > > Message sent using Winmail Mail Server > > _______________________________________________ > 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