help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] 404 Not Found:


From: Nicolas Petton
Subject: Re: [Help-smalltalk] 404 Not Found:
Date: Tue, 10 Nov 2009 12:44:24 +0100

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]