Some js files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Some js files

Sebastian Sastre-2
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
Reply | Threaded
Open this post in threaded view
|

Re: Some js files

Alexandre Paes
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
Reply | Threaded
Open this post in threaded view
|

RE: Some js files

Sebastian Sastre-2
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