On Jun 25, 3:32 pm, JannaB <[email protected]> wrote:
> If I look at a page with a Scriptaculous example like:
>
> http://www.gregphoto.net/sortable/advanced/
>
> And I can view the html/js source of the page -- my question becomes,
> how do I implement this, or wire this into, my rails app? -Janna B

You need to , one way or another, generate the javascript that sets up
the scriptaculous stuff (ie create instances of Sortable for
appropriate dom elements and so on). There are helpers
(draggable_element and so ) that sort of do this for you but
personally I feel that most of that stuff is a bit of a crutch and
that you'd be better off biting the bullet and learning enough
javascript/scriptaculous that you can just write it on your own.

Fred
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to