Re: Does html select list: need to be a collection of symbols?

"Esteban A. Maringolo" <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Louis,

The list can be any list of objects, you can customize the displayed
text by using the `labels:` block, otherwise the default print string
will be used.

If you're using Bootstrap you can use this "select" brush as well, which
provides more options:
https://github.com/eMaringolo/seaside-bootstrap-select

Regards!


On 12/09/2018 17:26, Louis LaBrunda wrote:
> Hi Everyone,
> 
> For some reason I have it in my head that a Seaside html select list (a drop down list) needs to be a collection of
> symbols.  Is this true?
> 
> 		html select 
> 			list: anOrderedCollectionOfSymbols;
>  			selected: aSymbol;
> 			....
> 
> Ordinarily I would just test this but at the moment that isn't very easy.  Thanks in advance for any answers.
> 
> Lou
> 

-- 
Esteban A. Maringolo
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.