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">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>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>&lt;...&gt;</div></blockquote></div></div>