[Seaside] jQuery

Robert Sirois watchlala at hotmail.com
Sun Jul 12 14:30:08 UTC 2009


I don't seem to have the same version on jQuery. My #serializeThis method looks like:

serializeThis
    "Serialize the receiving element."

    self serialize: owner canvas jQuery this

I can't seem to find a #serializeThisWithHidden method either. I am developing on Seaside 2.9 alpha 3.

Thanks,
RS

> Date: Sun, 12 Jul 2009 09:47:30 +0200
> Subject: Re: [Seaside] jQuery
> From: renggli at gmail.com
> To: seaside at lists.squeakfoundation.org
> 
> > Ok, I know everyone is sick of these jQuery threads, but I'm figuring it
> > out! I got radio groups/buttons, and text inputs to work with this or
> > similar syntax, and I've played around with the following quite a bit, but I
> > seem to be missing something key :p
> 
> Not at all, please keep the questions flowing.
> 
> >     html checkbox
> >         callback: [save result add: self item];
> >         onSelect: (html jQuery ajax >   );
> >         value: self item.
> 
> Please read the comment in JQAjax>>#serializeThis that answers this
> very question in details:
> 
> serializeThis
> 	"Serialize the receiving element. Note that this might not work for
> all form elements: (1) for check-boxes and multi-select lists Seaside
> internally depends on an additional hidden form element that is
> generated automatically, instead use #serializeThisWithHidden (2)
> submit-button callbacks are ignored, instead use a normal callback to
> trigger specific code evaluation."
> 
> 	self serialize: owner canvas jQuery this
> 
> Cheers,
> Lukas
> 
> -- 
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_________________________________________________________________
Windows Live™: Keep your life in sync. 
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090712/fb87b08d/attachment.htm


More information about the seaside mailing list