Displaying 3 results from an estimated 3 matches for "rating4".
Did you mean:
rating
2006 Jun 06
0
Get value from form using rjs, and problem with Safari
..."change") %>
</div>
</div>
<%= submit_tag ''Send'' %>
<%= end_form_tag %>
helper:
module AdminHelper
def q_item(row, col)
return select("row"+row.to_s, "col"+col.to_s, %w{ Text Rating3
Rating4 ListItem GrantAccess},
{:include_blank => true},
{ :onchange => remote_function(
:url => {
:action => :change_div,
:id => "form"+row.to_s + "_"...
2006 Jun 06
1
Getting value of form using Ajax (and problems with Safari)
...t; },
:id => "change") %>
</div>
</div>
<%= submit_tag ''Send'' %>
<%= end_form_tag %>
helper:
Code:
module AdminHelper
def q_item(row, col)
return select("row"+row.to_s, "col"+col.to_s, %w{ Text Rating3
Rating4 ListItem GrantAccess},
{:include_blank => true},
{ :onchange => remote_function(
:url => { :action => :change_div,
:id => "form"+row.to_s + "_" + col.to_s } ) } )
end
def to_question_item_form
id = params[:id]
remote_...
2006 Mar 07
10
Star Rating Component?
Hi,
I''m looking for a star rating component for RoR, a bit like Votio
(http://redalt.com/downloads/ - find the votio heading) or the star
rating used on Amazon.
I don''t really need the AJAX capabilities, just the ability to bind the
results to a hidden drop down, or radio inputs.
Multiple raters per page is also an issue.
Any recomendations?
--
Posted via