[Seaside] Seaside combo box

Esteban Maringolo emaringolo at gmail.com
Fri Jun 14 19:32:32 UTC 2019


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
<david at totallyobjects.com> 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
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list