[Seaside] Re: Chaining Ajax based dialogs

Robert Sirois watchlala at hotmail.com
Mon May 23 21:49:28 UTC 2011


Hehe nice :p since you posted, I'll just add that you can chain things with a JSScript.. just add pieces to it and then return that object.

ie.
returnQueryOn: html
    | js | js := JSScript new.

    js add: (html jQuery .... ).
    js add: (html jQuery .... ).
    js add: (html jQuery .... ).

    (Carrot thingy that G2 phones don't have) js.

RS

> Date: Mon, 23 May 2011 15:38:02 -0600
> From: thierry.thelliez.tech at gmail.com
> To: seaside at lists.squeakfoundation.org
> Subject: [Seaside] Re: Chaining Ajax based dialogs
> 
> oops, sorry I pressed Send when I wanted to discard my email.  My
> 'anotherComponent' is displayed correctly. There is a bug in my
> 'doSomething' that was in the way.
> 
> 
> Thierry
> _______________________________________________
> 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/20110523/54715654/attachment.htm


More information about the seaside mailing list