Le mardi 10 novembre 2009 à 13:37 +0200, Bèrto ëd Sèra a écrit :
> 

It would be something like this now:


    missing [
      <category: 'building'>
      ^[:e |
          | access |
          access := e a.
          access onMouseOver:
'javascript:toggleLayer("translation-image");'.
          access img src: '/images/translate_me.png']
    ]

or: 

      ^[:e |
          e a build: [:a |
                a onMouseOver: 'javascript:...'.
                a img src: 'url']]

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to