On May 26, 4:40 pm, Stephen Brown <[email protected]>
wrote:
above code, the :before is ignored
>
> So, I change the path to a :url hash:
> <%= button_to_remote "Paid", :url =>
> has_paid_event_booking_path(booking, booking.event), :method => :post,
> :before => "Effect.Fade('not_paid_" + booking.id.to_s + "')",:style =>
> "background:url(/images/money_add.png) left no-repeat; padding-left:
> 15px" %>
>
> and then the :before works, but now the style is ignored!
>
html options need to be in a second hash of options, ie
button_to_remote 'Foo', {...}, {...}
Fred
> How do I fix this?
>
> Thanks in advance
> Steve Brown
> --
> Posted viahttp://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
-~----------~----~----~----~------~----~------~--~---