Anthony,

Very interesting behavior. I checked in the page source, and even
though my custom jQueryUI files append lines are commented, for some
reason they are still included. I think it has to do with that
files.append...I think that once those files are appended, they do not
automatically get removed if I just comment those lines out inside my
layout before including the webajax.html. If I use files.insert inside
webajax.html this behavior does not happen. So, I guess I don't like
this files.append thing because it does not offer me the possibility
to quickly remove files appended by commenting out code.
What do you think about this?


On Sep 19, 9:11 am, Javier Quarite <[email protected]> wrote:
> You have to add 1 css and 2 js files
> those files are in the zip that you've downloaded
> after that you only have to copy paste the code that appears in jqueryui
> page
>
>
>
>
>
>
>
> On Mon, Sep 19, 2011 at 11:06 AM, rami <[email protected]> wrote:
> > Thank you, pbreit!
>
> > You mean under the "Google Ajax Libraries API (CDN)", right?
> > Well I added for example
> >  <link rel="stylesheet" href="http://http://ajax.googleapis.com/ajax/
> > libs/jqueryui/1.8.5/themes/swanky-purse/jquery-ui.css" type="text/
> > css">
>
> > instead of my
>
> > {{response.files.append(URL('static','jQueryUI/css/custom-theme/jquery-
> > ui-1.8.11.custom.css'))}}
>
> > and I still get my custom theme I created with Theme Roller. So I am
> > thinking that because I am using an older version of jQueryUI, it does
> > not like this css theme that uses a newer version of JQueryUI. Correct
> > me if I am wrong.
>
> > Thank you.
>
> > On Sep 16, 7:17 pm, pbreit <[email protected]> wrote:
> > > You can substitute any of the theme URLs into <link> href:
> >http://blog.jqueryui.com/2010/09/jquery-ui-1-8-5/

Reply via email to