[Seaside] adding javascript via update root

Larry White ljw1001 at gmail.com
Tue Nov 15 19:01:17 UTC 2011


If I add javascript to a seaside page like so:

ComponentWithJS>>updateRoot: anHtmlRoot
    super updateRoot: anHtmlRoot.
    anHtmlRoot javascript url: 'myJavascript.js'

where should the javascript file be placed relative to the Seaside one
click image application. If it matters I'm on OS X lion. Unlike the example
in the Dynamic Websites book, i need to host the js library myself.

thanks much.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111115/7809e4eb/attachment.htm


More information about the seaside mailing list