[Seaside] [Q] Linking External Resources(CSS, Javascript, and etc)?

Philippe Marschall philippe.marschall at gmail.com
Thu Jul 27 09:02:10 UTC 2006


MyRootComponent >> #updateRoot: anHtmlRoot
	super updateRoot: anHtmlRoot.
	anHtmlRoot linkToStyle: 'wherever/style.css'.
	anHtmlRoot linkToScript: 'wherever/script.js'.


2006/7/27, Chun Sungjin <chunsj at embian.com>:
> Hi,
>
> How can I link external CSS for my seaside app? I can use #style
> method but I do not want to use this; I want the browser to cache my
> style sheet and javascript library.
>
> Thanks in advance.
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the Seaside mailing list