[Seaside] JQuery options

Bart Veenstra bart.veenstra at gmail.com
Mon Aug 30 10:02:14 UTC 2010


you can try to use:

JSStream on: ' $("#anId")'

But you can also use the current renderer to generate the jqeury selector:

(s jQuery id: #anId)

and use that as an argument





2010/8/30 John McKeon <p3anoman at gmail.com>

> I have an option that needs to render differently than what I have seen
> with most options.
> The option value needs to be a jQuery object so that it should render as:
>   "option": $("#anId")
> Is this possible?
>
> --
> http://john-mckeon.us/pier
> http://john-mckeon.us/f <http://john-mckeon.us/timesheets>ootballpool
>  (login: guest/football)
>
>
> _______________________________________________
> 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/20100830/d432aec7/attachment.htm


More information about the seaside mailing list