I'm sorry, the referenced class is an object containing class-side
string constants (a habit that allows me to do crude
internationalization fairly quickly).  You're right in that it should be called SUReorderableList.  You're right in that the component should be pluggable.  You're right in that it should at LEAST come bundled with a test, ala the other Seaside stuff...
<br><br>Now, another quick question.&nbsp; If I can't have nested D&amp;D, I thought to myself, &quot;I'll use the lightbox&quot;!<br><br>But the dark overlayed background doesn't fit to all 4 edges of the browser window.&nbsp; Instead of masking off the whole screen, the upper-left corner of the dark layer fits to the upper-left hand corner of the first draggable item in my list (the &lt;li&gt;'s content, not the number the browser renders to the left of it.)&nbsp; Looking at...
<br><br>SULightbox&gt;&gt;script<br><br>...it appears that the lightbox DOES have an understanding of the window boundaries, so I must be doing something wrong.&nbsp; While you're dishing out heaping helpings of useful knowledge, do you know where I should be looking?&nbsp; :-)
<br><br>Jeremy<br><br><br><br><div><span class="gmail_quote">On 11/29/06, <b class="gmail_sendername">Lukas Renggli</b> &lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; I have a widget that presents an OrderedCollection of other widgets,<br>&gt; allowing you to reorder it.&nbsp;&nbsp;I have attached a file-out of this particular<br>&gt; class.&nbsp;&nbsp;I would be happy if it made it into Seaside.&nbsp;&nbsp;:-)
<br><br>I had a quick look at your code. Some comments:<br><br>- there is a reference to an unknown class JJSMessages<br>- the class uses the Seaside namespace, but depends on external<br>functionality from Scriptaculous<br>
- if this is a widget then it should be pluggable, so that I am not<br>necessarily forced to subclass<br>- it would be good to have an example on the class-side, I don't<br>really understand how to use it<br><br>Cheers,<br>
Lukas<br><br>--<br>Lukas Renggli<br><a href="http://www.lukas-renggli.ch">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">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br>