[SEASIDE] Canvas API question

Boris Popov boris at deepcovelabs.com
Tue Jul 18 19:27:43 UTC 2006


(html select)
 list: self listeDesRoles;
 selected: membre role;
 callback: [:value | membre role: value]

Cheers!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of
raymond.asselin at cjm-iu.qc.ca
Sent: Tuesday, July 18, 2006 12:20 PM
To: seaside at lists.squeakfoundation.org
Subject: [SEASIDE] Canvas API question

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

_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3370 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060718/a232249e/smime.bin


More information about the Seaside mailing list