[Seaside] Re: external JavaScript

Michel Bany m.bany at wanadoo.fr
Fri May 13 08:25:18 CEST 2005


oops ! sent too quickly.

updateRoot: aRoot
    | elem |
    super updateRoot: aRoot.
    elem := WAHtmlElement named: 'script'.
    elem attributeAt: 'type' put: 'text/javascript'.
    elem attributeAt: 'src' put: 'http://www.xxx.com'. 
    aRoot addHeadElement: elem.




More information about the Seaside mailing list