[Seaside] SUEvaluator and SUInsertion

Thomas Fischer th.-fischer at web.de
Tue Oct 2 12:35:46 UTC 2007


Hi list,
I like to insert content at the top of an element and the bottom of an
other element via SUEvaluator, but I dont know, how I can do this in
the following code (SUElement>>render:)

html button
  onClick: (
    html evaluator
      triggerFormElement: #myInputId;
      callback: [
        :script |
        script element id: #myEl1Id; render: [
          html text: TOP'
        ].
        script element id: #myEl2Id; render: [
          html text: 'BOTTOM'
        ].
      ]
  );
  with: 'CLICK'
.

-- 
View this message in context: http://www.nabble.com/SUEvaluator-and-SUInsertion-tf4554602.html#a12997838
Sent from the Squeak - Seaside mailing list archive at Nabble.com.



More information about the Seaside mailing list