[Seaside] Re: #urlForDocument: w/o canvas?

Julian Fitzell jfitzell at gmail.com
Thu Oct 16 08:19:56 UTC 2008


On Thu, Oct 16, 2008 at 9:18 AM, Udo Schneider
<Udo.Schneider at homeaddress.de> wrote:
> Thanks for the background. I'll try to implement it as a brush instead.
> Creating temp brushes is IMHO more natural (to me) than creating temp
> components.
>
> Thanks for your help - it gave me quite some insight into how it all works
> behind the scenes.

I haven't really been following this discussion but note that instead
of a brush you can also just create a class (not a component) that
responds to #renderOn:. Then in your #renderContentOn: in your
component, you can create an instance of that class and pass it to
"html render:".

Maybe a brush is more natural for your case, I don't know, but I
wanted to make sure you were aware that brush/component are not the
only two options.

Julian


More information about the seaside mailing list