Bob,<div>are you using scritpaculous #lightbox: on Seaside 3.0 ? It works fine for me on Seaside 2.9 but not on Seaside 3.0.</div><div><br></div><div>Did you find a way to do the same with jQuery dialog ?</div><div><br></div>
<div>Thanks in advance,</div><div>Facundo</div><div><br><div class="gmail_quote">On Wed, Jul 14, 2010 at 9:59 AM, Bob N. <span dir="ltr">&lt;<a href="mailto:bobn@rogers.com">bobn@rogers.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Nick,<div>Thank you... that&#39;s a good starting point for me; somewhat easier than starting from scratch.        </div><div><br></div><div>I continue to be surprised that there is so little demand for this feature.  I can&#39;t be the only one that uses #ligthbox: a lot but wants to move to jQuery.  <br>

<br></div><div>Bob</div><div><br><div class="gmail_quote">On Mon, Jul 12, 2010 at 11:29 AM, Nick Ager <span dir="ltr">&lt;<a href="mailto:nick.ager@gmail.com" target="_blank">nick.ager@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>&lt;...&gt; </div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><div>Use it as follows:</div><div><div>renderContentOn: html</div>
<div>html form: [</div>
<div>html submitButton</div><div>        callback: [self jqDialog: self counter];</div><div>        with: &#39;Open counter&#39;</div>
<div>]</div></div><div><br></div><div>where the component contains the following methods:</div><div><div>counter</div><div><span style="white-space:pre-wrap">        </span>^ counter ifNil: [counter := WACounter new]</div>
</div><div><br></div><div><div>children </div><div><span style="white-space:pre-wrap">        </span>^ Array with: self counter</div></div><div><br></div><div>Hope this helps</div><div><br></div><div>Nick</div>
</div><div>&lt;...&gt;</div></blockquote></div></div>
<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>
<br></blockquote></div><br></div>