[Seaside] AJAX Evaluator and Event Handler

Sebastian Sastre ssastre at seaswork.com
Thu Oct 4 16:13:48 UTC 2007


Take a look if #text: is a deprecated message. Modern canvas uses #render:

Sebastian Sastre

> -----Mensaje original-----
> De: seaside-bounces at lists.squeakfoundation.org 
> [mailto:seaside-bounces at lists.squeakfoundation.org] En nombre 
> de Thomas Fischer
> Enviado el: Jueves, 04 de Octubre de 2007 12:38
> Para: seaside at lists.squeakfoundation.org
> Asunto: Re: [Seaside] AJAX Evaluator and Event Handler
> 
> 
> John Thornborrow wrote:
> >   callback: [ :script |
> >     script insertion top id: #xyz; with: [ :r| r text 'TOP'].
> >     script insertion bottom; id: #xyz; with: [ :r| r text 'BOTTOM'].
> >     script alert: 'Insertion complete'
> >   ]
> 
> Thanks for your answers!
> In fact I need not a simple alert but some JS code, so I use now:
> 
>   script insertion top id: locationsId; with: [ :r | r text: 'TOP' ]
>   script add: (SUStream on: ' some JavaScript Code ')
> 
> salute
> Thomas
> --
> View this message in context: 
> http://www.nabble.com/AJAX-Evaluator-and-Event-Handler-tf45667
05.html#a13042524
> Sent from the Squeak - Seaside mailing list archive at Nabble.com.
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list