[Seaside] FileLibrary - how to update stylesCss?

Rajeev Lochan lochan94 at gmail.com
Thu Dec 27 16:06:38 UTC 2007


Hi,
You need to have this method

MyFileLibrary >>selectorsToInclude
    ^ #( styleCss )

I doubt if you have to include anything abuot styleCss in updateRoot.

Hope this helps,
Rajeev


On Dec 27, 2007 3:32 PM, itsme213 <itsme213 at hotmail.com> wrote:

> I have MyFileLibrary and imported a regular styles.css file into it, so I
> now have a method #stylesCss.
>
> In my specialized session class I do:
> updateRoot: anHtmlRoot
>  super updateRoot: anHtmlRoot.
>  anHtmlRoot stylesheet
>  url: MyFileLibrary / #stylesCss.
>
> But now when I change the string in my #stylesCss method the new styles do
> not seem to reach the browser (after browser cache clear etc.) Is there
> something special I need to do? I'm not using Apache or anything fancy,
> just
> straight served from Squeak (WAKom I think).
>
> Thanks - Sophie
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
Rajeev Lochan

Co-founder, AR-CAD.com

http://www.ar-cad.com
+91 9243468076 (Bangalore)
080 65355873
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20071227/e88b0db7/attachment.htm


More information about the seaside mailing list