[SEASIDE] Canvas API question

raymond.asselin at cjm-iu.qc.ca raymond.asselin at cjm-iu.qc.ca
Tue Jul 18 19:20:22 UTC 2006


How to translate the 'selectInputOn:of:list:' in the Canvas API



renderData: html
      html tableRow:
                  [html tableData:
                              [html textInputWithValue: membre nom
callback: [:v | membre nom: v]].
                  html tableData:
                              [html
                                    selectInputOn: #role
                                    of: membre
                                    list: self listeDesRoles].
                  html tableData: [html text: membre charge].
                  html tableData: [html text: membre reste].
                  html tableData: [html text: membre fait]]

Thank in advance
Raymond



More information about the Seaside mailing list