search for: select_box

Displaying 2 results from an estimated 2 matches for "select_box".

Did you mean: selected_box
2006 Jun 07
5
check_box:how to update 2 checkboxes dependent on each other
...x1 = True, The user sets CheckBox2 from False to True, now CheckBox1 should automatically become False. Scenario 2 CheckBox2 = True, The user sets CheckBox1 from False to True, now CheckBox2 should automatically become False. Is there somebody, who knows how to build a function for that? The select_boxes in my view look like this: <%= check_box ''account'', ''agriculture'' %> <%= check_box ''account'', ''vat_duty'' %> -> agriculture and var_duty are both existing fields in my model. Thnx Michel Dogger -- Posted vi...
2014 Apr 24
0
How to make optgroup with rails version 3
...label='Active Users'><option> " + data.collect {|a| [ a.name, a.id ] } + " </option></optgroup>")], {:include_blank => ' '}, class: 'closed_filters', filter: available_filter_option.col_names, :filter_type => 'select_box' Thank you in advance guys. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@pub...