Hi
there,
I've looking all arround and debuged
to the html document stream for something that matches
'*SULibrary/controls.js*'
also in the
WAHtmlRoot>>writeHeadOn: aDocument for the one that inserts some js
scripts in the html document but I was unable to find it.
I'm loading in the head some
libraries I want/need but there are some others that is suposed not to be there
(like slider.js and controls.js, sound.js). Somehow they get it's way to the
head of the document when I see them with firebug. Is prototype or some js
script inserting them after html code is loaded?
cheers,
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Sebastian,
If scriptaculous implementation in seaside mirrors the regular scriptaculous installation then when including 'scriptaculous.js' it automatically adds all the related files by adding them to the dom tree through javascript. In scriptaculous documentation pages they state you can load just some of the related js files by specifying them in the url but i'm not sure how that would be in seaside. Cheers, Alexandre Sebastian Sastre wrote: > Hi there, > > I've looking all arround and debuged to the html document stream for > something that matches > > '*SULibrary/controls.js*' > > also in the WAHtmlRoot>>writeHeadOn: aDocument for the one that > inserts some js scripts in the html document but I was unable to find it. > > I'm loading in the head some libraries I want/need but there are > some others that is suposed not to be there (like slider.js and > controls.js, sound.js). Somehow they get it's way to the head of the > document when I see them with firebug. Is prototype or some js script > inserting them after html code is loaded? > > cheers, > > > Sebastian Sastre > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hey Alex,
thanks for confirming me that. They only concern because of some unwanted http requests, thanks again, Sebastian Sastre > -----Mensaje original----- > De: [hidden email] > [mailto:[hidden email]] En nombre > de Alexandre Paes > Enviado el: Jueves, 13 de Septiembre de 2007 18:42 > Para: Seaside - general discussion > Asunto: Re: [Seaside] Some js files > > Hi Sebastian, > > If scriptaculous implementation in seaside mirrors the > regular scriptaculous installation then when including > 'scriptaculous.js' it automatically adds all the related > files by adding them to the dom tree through javascript. > > In scriptaculous documentation pages they state you can load > just some of the related js files by specifying them in the > url but i'm not sure how that would be in seaside. > > > Cheers, > > Alexandre > > > Sebastian Sastre wrote: > > Hi there, > > > > I've looking all arround and debuged to the html > document stream > > for something that matches > > > > '*SULibrary/controls.js*' > > > > also in the WAHtmlRoot>>writeHeadOn: aDocument for the one that > > inserts some js scripts in the html document but I was > unable to find it. > > > > I'm loading in the head some libraries I want/need but > there are > > some others that is suposed not to be there (like slider.js and > > controls.js, sound.js). Somehow they get it's way to the > head of the > > document when I see them with firebug. Is prototype or some > js script > > inserting them after html code is loaded? > > > > cheers, > > > > > > Sebastian Sastre > > > > > > > > > > > ---------------------------------------------------------------------- > > -- > > > > _______________________________________________ > > Seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |