[Seaside] select tag on forms

Brian Brown rbb at techgame.net
Thu Jun 12 16:38:35 CEST 2003


On Thursday 12 June 2003 01:40 pm, Avi Bryant wrote:

<snip>

> If you wanted value/label arrays, you would have to do something like
>
> selectFromLabels: labelColl values: valueColl selected: anObject callback:
> aBlock
>
> self
>   selectFromList: valueColl
>   selected: anObject
>   callback: aBlock
>   labels: [:ea | labelColl at: (valueColl indexOf: ea)]

Ok, excellent :-)

It's not neccessary to have a specific selectFromLabels:... though with having 
the two that are there. Thanks.

Brian


More information about the Seaside mailing list