|
RE: Re: CSS question: msg#00109lang.smalltalk.squeak.seaside
Hi Lukas, I've done that in VisualWorks. If you happen to have VisualWorks at hand, there is a parcel named SeasideWebDesignerTool that includes a WAPictureServer (subclass of WARequesthandler) and a WAPictureHandler (subclass of WADocumentHandler) These things are able to serve urls like : .../seaside/images/MyClass/MyMethod.jpg The parcel includes a sample (Douglas Bowman's Sliding doors) that demonstrates CSS that is invoking pictures directly from Seaside. The parcel is also able to upload graphic files into Smalltalk methods, a bit like your FTP server. Hope this helps. Michel. > -----Original Message----- > From: seaside-bounces@xxxxxxxxxxxxxxxxxxxxxxxxxx > [mailto:seaside-bounces@xxxxxxxxxxxxxxxxxxxxxxxxxx] On Behalf > Of Avi Bryant > Sent: Monday, January 09, 2006 11:51 AM > To: renggli@xxxxxxxxxxxx; The Squeak Enterprise Aubergines > Server - general discussion. > Subject: Re: [Seaside] Re: CSS question > > > 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 > _______________________________________________ > Seaside mailing list > Seaside@xxxxxxxxxxxxxxxxxxxxxxxxxx > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Re: CSS question: 00109, Avi Bryant |
|---|---|
| Next by Date: | Re: Re: CSS question: 00109, Lukas Renggli |
| Previous by Thread: | Re: CSS questioni: 00109, Yanni Chiu |
| Next by Thread: | Re: Re: CSS question: 00109, Lukas Renggli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |