[Seaside] AJAX Evaluator and Event Handler

Thomas Fischer th.-fischer at web.de
Thu Oct 4 09:15:00 UTC 2007


Hi group,
I use the following code to insert something via AJAX, but I have
to trigger a   alert("insertion complete")   if the insertion is completed.
How can I do this? There are no Event Handler here - right? 

 
html evaluator
  triggerFormElement: myElement;
  callback: [ :script |
    script insertion top id: #xyz; with: [ :r| r text 'TOP'].
    script insertion bottom; id: #xyz; with: [ :r| r text 'BOTTOM'].
  ]
.

salute
Thomas
-- 
View this message in context: http://www.nabble.com/AJAX-Evaluator-and-Event-Handler-tf4566705.html#a13035373
Sent from the Squeak - Seaside mailing list archive at Nabble.com.



More information about the seaside mailing list