[Seaside] least painful way to make my stylesheet *first*

Boris Popov boris at deepcovelabs.com
Wed Dec 12 22:30:02 UTC 2007


Randal,

In your root component,

updateRoot: aRoot
  aRoot stylesheet url: 'myurl'.
  super updateRoot: aRoot.

Cheers!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Randal L. Schwartz
> Sent: Wednesday, December 12, 2007 2:27 PM
> To: Chris Cunnington
> Cc: Seaside - general discussion
> Subject: Re: [Seaside] least painful way to make my stylesheet *first*
> 
> >>>>> "Chris" == Chris Cunnington <cunnington at sympatico.ca> writes:
> 
> Chris> I don't understand why you want your CSS style sheet to come
live
> from
> Chris> Yahoo. Their YUI suite is great, but I don't see any need to
access
> it
> Chris> using a URL... Why not cut and paste into a file and put that
in a
> Chris> Resources folder? You want the URL to save the effort? To stay
> current?
> 
> The problem is the same either way.  My "updateRoot" is called too
> late... long after all the other libraries have already had their
chance
> to
> add things.
> 
> I was just using a URL so that I wouldn't have to have local text that
> looked ugly. :)
> 
> I think I'm making headway by having an application that has my
library
> called
> first.
> 
> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777
> 0095
> <merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl
> training!
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list