[Seaside] Re: [Seaside-dev] Seaside 3.0 API for accessing external stylesheet and javascript files?

Conrad Taylor conradwt at gmail.com
Fri Dec 25 02:24:00 UTC 2009


Lukas, thanks for all the information and I really appreciate it.  I'm just
trying to wrap my hands around the HTML part of the API.

-Conrad

On Thu, Dec 24, 2009 at 6:44 AM, Lukas Renggli <renggli at gmail.com> wrote:

> > Lukas, I saw example within the JQGoogleLibrary and I guess the following
> is
> > legal as well:
> > https://gist.github.com/29774f07f9a1468140f9
>
> Yeah, the setup is fine.
>
>    anHtmlRoot stylesheet
>        url: 'http://www.example.com/stylesheets/main.css';
>        url: "/stylesheets/one.css";
>        url: "/stylesheets/two.css";
>        url: "/stylesheets/three.css".
>
> The above code however will only include "/stylesheets/three.css",
> because it creates a single style tag where the #url: attribute is
> overridden 3 times. This is exactly the same as with the rendering
> method #renderContentOn:
>
> The same goes for your #meta configuration.
>
> Furthermore in my version of Seaside #headElements returns an ordered
> collection. So I don't think that your code that calls #headElements
> works.
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20091224/ee9bbf92/attachment.htm


More information about the seaside mailing list