[Seaside] autocompleter script

Lukas Renggli renggli at gmail.com
Fri Mar 26 11:33:16 UTC 2010


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


More information about the seaside mailing list