Re: [Rails-spinoffs] sortable tree problem

2006-06-21 Thread Sammi Williams
: If you compare the dragdrop.js file that comes with scriptaculous and then the copy at http://sputnik.pl/dev/labs/sortable/js.php?dragdrop, the latter has additional code to set onDrop. On 6/21/06, Sammi Williams <[EMAIL PROTECTED]> wrote: Do you mean for sortable trees? How would this behav

Re: [Rails-spinoffs] sortable tree problem

2006-06-21 Thread Sammi Williams
your version of the script from http://sputnik.pl/dev/labs/sortable/js.php?dragdrop Any particular reason for this? Andrew On 6/21/06, Andrew Kaspick <[EMAIL PROTECTED]> wrote: Great. Thanks for the fix. On 6/21/06, Sammi Williams <[EMAIL PROTECTED]> wrote: > Hi, you need to read

Re: [Rails-spinoffs] sortable tree problem

2006-06-21 Thread Sammi Williams
Hi, you need to read the wiki, this is a known bug and a mistake Thomas F made when implementing my patch. http://wiki.oriontransfer.co.nz/main/show/SortableTree The latest version in SVN solves this problem, but the modification is small, so you can easily make it yourself to dragdrop.js un

[Rails-spinoffs] dragdrop.js problems - workaround here

2006-04-24 Thread Sammi Williams
Hello, I am not sure how many people are using the shiny new tree version of dragdrop.js - well it seems that someone arbitrarily changed part of my implementation and has broken the functionality with rails:864   serialize: function(element) {865     element = $(element);866     var options = Obje

Re: [Rails-spinoffs] Sortable Tree Addition [PATCH]

2006-02-17 Thread Sammi Williams
changes to a single .js file that can be included after prototype.js and scriptaculous.js?  If you have (and I recommend the name: sammi_super_solutions.js) I'd love to use it!Thanks again!   - Danger http://dangerstevens.com On 2/17/06, Sammi Williams <[EMAIL PROTECTED]> wrote: Lets

Re: [Rails-spinoffs] Sortable Tree Addition [PATCH]

2006-02-17 Thread Sammi Williams
Oh, I just realised, the modifications to prototype.js that I made are not actually even in use!! Well I am pretty stupid then, so this should work without modifications to prototype.js ばかね。。。 Sammi PGP.sig Description: This is a digitally signed message part ___

Re: [Rails-spinoffs] Sortable Tree Addition [PATCH]

2006-02-17 Thread Sammi Williams
Lets forget about the TAB issue, it isn't really relevant on this thread. More actual feedback would be appreciated. I've replied to everything below, rather than sending individual emails. In summary, I am hoping this can become an official addition. I didn't know about $H. I don't need to

[Rails-spinoffs] Sortable Tree Addition [PATCH]

2006-02-17 Thread Sammi Williams
Hello, here is the initial patch for support for sortable trees. Please as many people download this code and test with your lists and feel free to add more list tests. Files modified were dragdrop.js and prototype.js. Some new options have been added. 'treeTag' specifies the tag used to c

[Rails-spinoffs] Sortable Tree Modification

2006-01-25 Thread Sammi Williams
Hi, I've been working on a sortable tree modification. You can get what I have done so far here: http:// www.oriontransfer.co.nz/Sortable+List.zip Firstly, serialize needs work to support a tree structure. Secondly, I have not tested if it still works with lists property (I'm sure it would