Re: [Rails-spinoffs] Help with multiple actions

2006-01-28 Thread Jerod Venema
Don't know much about RoR, but as far as the effects go, you'll have to create a "wrapper" function that adds both the effects in one. If you don't have that, you'll always just overwrite your previous "before" function each time you call it. The _javascript_ should end up like so...before: functio

[Rails-spinoffs] Help with multiple actions

2006-01-27 Thread railsmailinglist
I got a question I currently have a form_remote_tag and in it, I would like to include two :before actions such as :before => %(Element.show('item')), :before => visual_effect(:blind_up, 'window') but if I have them as such the last :before is executated and the first one isn't, how would I be able