Yes I will try that. Thanks again :)<br><br><div class="gmail_quote">2010/3/26 Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 26 March 2010 12:30, Michael Delache &lt;<a href="mailto:vladmanchev@gmail.com">vladmanchev@gmail.com</a>&gt; wrote:<br>
&gt; So, I created a class initialize method like suggered in the seaside book<br>
&gt; like this:<br>
&gt;<br>
&gt;&gt; initialize<br>
&gt;&gt;        | application |<br>
&gt;&gt;        application := WAAdmin register: self asApplicationAt:<br>
&gt;&gt; &#39;javascript/jquery-ui&#39;.<br>
&gt;&gt;        application preferenceAt: #scriptGeneratorClass put:<br>
&gt;&gt; JQScriptGenerator.<br>
&gt;&gt;        application<br>
&gt;&gt;                addLibrary: JQDeploymentLibrary;<br>
&gt;&gt;                addLibrary: JQUiDeploymentLibrary<br>
&gt;<br>
&gt; But I have another problem. It seems that my &#39;style&#39; method is overrided.<br>
&gt; Indeed, a part of the web page has a background-color (that I never<br>
&gt; declared) different to the rest of the page.<br>
<br>
</div>Neither JQDeploymentLibrary nor JQUiDeploymentLibrary declares any CSS<br>
styles. Again you might want to use FireBug (or any other similar<br>
tool) to find out who defines the background color.<br>
<div><div></div><div class="h5"><br>
Lukas<br>
<br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">http://www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>