[Seaside] autocompleter script

Michael Delache vladmanchev at gmail.com
Fri Mar 26 11:41:03 UTC 2010


Yes I will try that. Thanks again :)

2010/3/26 Lukas Renggli <renggli at gmail.com>

> On 26 March 2010 12:30, Michael Delache <vladmanchev at gmail.com> wrote:
> > So, I created a class initialize method like suggered in the seaside book
> > like this:
> >
> >> initialize
> >>        | application |
> >>        application := WAAdmin register: self asApplicationAt:
> >> 'javascript/jquery-ui'.
> >>        application preferenceAt: #scriptGeneratorClass put:
> >> JQScriptGenerator.
> >>        application
> >>                addLibrary: JQDeploymentLibrary;
> >>                addLibrary: JQUiDeploymentLibrary
> >
> > But I have another problem. It seems that my 'style' method is overrided.
> > Indeed, a part of the web page has a background-color (that I never
> > declared) different to the rest of the page.
>
> Neither JQDeploymentLibrary nor JQUiDeploymentLibrary declares any CSS
> styles. Again you might want to use FireBug (or any other similar
> tool) to find out who defines the background color.
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100326/8175bdfa/attachment.htm


More information about the seaside mailing list