<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Georgia">I use this in an onClick:<br>
      <br>
      html jQuery ajax<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; callback: [ :value | <br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; p _ value findTokens: ' '.<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; p _ p first asNumber @ p second asNumber.<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ] <br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; value: (JSStream on: 'arguments[0].pageX+"
      "+arguments[0].pageY')<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 1/4/14 11:03 AM,
      <a class="moz-txt-link-abbreviated" href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a> wrote:<br>
    </div>
    <blockquote
      cite="mid:629C25AD-20A2-4678-B689-3D4EBF0ADFB8@tiscali.it"
      type="cite">
      <pre wrap="">Hi,

        i need to read two parameters  ( width @ height )  relative to  a DIV element.

        For now i use this declarations:
        
                
                html div class: 'topSide';
                        " read width "        
                                onClick: (html jQuery ajax
                                                              callback: [ :x | x inspect ]
                                                               value:  (html jQuery this width)).
        
                        "raed height "
                                onClick: (html jQuery ajax
                                                              callback: [ :x | x inspect ]
                                                               value:  (html jQuery this height)).


        Now my question is:

                i can read the two values with only one declaration?

                How i can define the                 value: ( html jQuery this width................ '@' ............... html jQuery this height )


                         for concatenated  the two values and return a string in form of string Point:        '200@400'

        
                I declared :                   value: ( html jQuery this width, '@' , html jQuery this height )

                        but it don't work.

        Considerations?


                Thanks,

                        Dario_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>

</pre>
    </blockquote>
    <br>
  </body>
</html>