I agree that there is no way you can use the Rails scriptaculous helpers without knowing at least a little of scriptaculous and JavaScript but the combination of the docs in these pages isn't so bad:
http://api.rubyonrails.org/classes/ActionView/Helpers/ScriptaculousHelper.html#M001927 http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper/JavaScriptGenerator/GeneratorMethods.html http://wiki.github.com/madrobby/scriptaculous I personally used them to build several RoR applications, sometimes using the helpers and sometimes writing the JS code as part of larger JS functions. I also agree that the documentation of the Rails helpers could provide many more examples, but on the other side they would end up being a duplication of the scriptaculous wiki with large chances of introducing errors and becoming out of sync with the updates to the library. I probably like the way it is now. Paolo -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

