[Seaside] Re: Re: Bug? calling javascript function from onComplete:

itsme213 itsme213 at hotmail.com
Wed Jul 23 02:31:25 UTC 2008


"Lukas Renggli" <renggli at gmail.com> wrote
>  I haven't found the perfect name of this message
> yet, but something along
>
> #1
>    String>>asVerbatimJavascript
>        ^ SUStream on: self
>
> ...
> #2
>   String>>asFunction
>        ^ (SUStream on: self) asFunction

+1 for either. I am not comfortable with the style of exposing/using 
concrete classes like SUStream, prefer either methods (#1) or convention 
(#2) over it.

Sophie 





More information about the seaside mailing list