[Seaside] use of list

Paco francois.tanguy at gmail.com
Thu Mar 9 11:40:06 UTC 2006


Thanks for the tip !

Philippe Marschall a écrit :
>> How to do it ?
>>     
>
> this shortcut should work (untested)
>
> html unorderedList: aCollection selected: nil callback: [ :dummy |
> Smalltalk beep ]
>
> alternatively you can do it "by hand" (again untested):
>
> html unorderedList: [
>     aCollection do: [ :each |
>         html listItem: [
>                 html anchorWithAction: [Smalltalk beep] do: each ]
>
> Cheers
> Philippe
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>   



More information about the Seaside mailing list