Can't seem to get the onUpdate to work in for a sortable list. I am
following the documentation and the included functional tests but
nothing is firing for me. Any idea why?


    Sortable.create('list1', {
        tree:true
                , onUpdate:function(sortable){
                        alert('onUpdate')
                }
                , handle: 'handle'
        , scroll:window
                , only:'drag'
        });


I'm running Prototype 1.5.1.1 and Scriptaculous 1.7.1_beta3


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to