[Seaside] Re: CSS question

goran at krampe.se goran at krampe.se
Mon Jan 9 11:24:31 CET 2006


Hi!

Avi Bryant <avi.bryant at gmail.com> wrote:
> On Jan 9, 2006, at 2:42 AM, Lukas Renggli wrote:
> > I guess this doesn't help, but I might misunderstand the concept ...
> >
> > What I want to do is to reference images (gif, jpeg) from my CSS
> > style-sheets that are stored within the source of a subclass of
> > WAStyleLibrary, so that everything is served trough Seaside.
> 
> Ah, ok.  So the issue is that you want some easy way to serve the  
> images from Seaside, at a static URL so they can be referenced from CSS.
> 
> Seems like that should be handled by some separate subclass of  
> WAEntryPoint, which you can register with the dispatcher (ie at / 
> seaside/images) and which implements #handleRequest: however it needs  
> to...
> 
> Avi

Or use HV2 for handling static urls. I am in fact tempted to rework HV2
so that it can work as a "companion" to Seaside. Well, it can already -
but I should give more info on it and also align it with the newer HTML
creation code in Seaside, now that I am finally working with Seaside
(hurray!).

And to counter with a little question - what about this Canvas stuff? Is
it mature for use? Is it a replacement for the builder? Is there any
short documentation somewhere? Should I use it? :)

regards, Göran


More information about the Seaside mailing list