[Seaside] How to do a select ?

Cédrick Béler cbeler at enit.fr
Fri May 12 07:38:47 UTC 2006


hi

depends if you use the WARenderCanvas or the old one... if so (browse 
for sender of select (you should find exemples):

WAConfigurationEditor>> visitListAttribute: anAttrib with: html   (last 
version of seaside)

html select
    list: <your collection>   ;
    selected:  ... ;
    callback: [:value |...] ;
    labels: [:each | ....]

ps: to use WARenderCanvas, put in your component
rendererClass
    ^WARenderCanvas


Cédrick


More information about the Seaside mailing list