Displaying 3 results from an estimated 3 matches for "nikbau".
Did you mean:
nibau
2008 May 30
1
Parameters for FormOptionsHelper select vs. FormTagHelper select_tag
I must be missing something when it comes to the parameter differences
between form FormOptionsHelper select and FormTagHelper select_tag.
Code that follows, works perfectly -
<%= f.select :unit, units_to_select(@product), :size=>"20"%>
The following code, does not. The helper function never even seems to
be called.
<%= select_tag "unit",
2008 Dec 15
1
remote_function in IE with select input onchange
Here is the code:
http://pastie.org/339967
Generated HTML: http://pastie.org/339969
This works great in Gecko and Webkit based browsers, but IE throws an
error: "Object doesn''t support this property or method". Any clues?
Thanks,
Nik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2008 Jun 08
3
Plugins - helper function is an "undefined method", Objects "can't be referred"
I''m modifying a shopping cart plugin, MinimalCart, and for some reason
I can add one item to the cart multiple times, but as soon as I add a
second item, all kinds of strange things start happening.
An actionview::template error is thrown because a method defined in
application_helper is "undefined"
What could cause a defined application helper method to all the sudden
not be