[Seaside] Concatenate Seaside/JQuery to Javascript

Robert Sirois watchlala at hotmail.com
Wed Nov 23 19:46:10 UTC 2011


Thanks Johan. That was the other thing I had to change.
rS

> Subject: Re: [Seaside] Concatenate Seaside/JQuery to Javascript
> From: johan at inceptive.be
> Date: Wed, 23 Nov 2011 20:44:59 +0100
> To: seaside at lists.squeakfoundation.org
> 
> Hi Robert,
> 
> I think this is what you are looking for:
> 
> (html jQuery ajax callback: [:v | self zoom: v ] value: (JSStream on: 'Scaler.scale') ) asFunction assignTo: 'Scaler.sendData'
> 
> if not, I think I misunderstood the question.
> 
> cheers,
> Johan
> 
> On 23 Nov 2011, at 20:28, Robert Sirois wrote:
> 
> > How can I do something like this? It's sorta cheating hehe.
> > 
> > Scaler.sendData = function() { ', (html jQuery ajax callback: [:v | self zoom: v ] value: 'Scaler.scale' ) asJavascript, '; };
> > 
> > I guess my problem is that I need the ajax url tied to the session.
> > 
> > Thanks,
> > RS
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111123/d75fc690/attachment.htm


More information about the seaside mailing list