RE: [Rails-spinoffs] Hiding an event to launch a debug window

2006-07-11 Thread Justin McCormack
I recently wanted to do something similar with showing a debug output DIV. Here's my code:var BugTool = Class.create();BugTool.prototype = {  element: null,  initialize: function(element, options) {     this.element = $(element);    Event.observe(document, "keyup", this.onKeyUp.bindAsEventListener

Re: Re: [Rails-spinoffs] Scriptaculous Sortable within a Sortable

2006-07-11 Thread Justin McCormack
Thanks for your reply, but I don't actually want a tree. I want two independent lists - I don't want the user to be able to drag answer list items into the question list..Justin ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://l

[Rails-spinoffs] Scriptaculous Sortable within a Sortable

2006-07-11 Thread Justin McCormack
Hi,Forgive me if this has been discussed/resolved before. I have done a search of both this mailing list and the web, but I can't find a solution to my problem (which is odd as I would think plenty of people would have the same requirement and therefore the same problem). Basically, I have a OL of