search for: access_control_valu

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

Did you mean: access_control_value
2007 May 24
3
Help with Create and Update with options_for_select in a select_tag
..., "htpasswd", "IP", "None", "Other", "Password", "Shibboleth"] View: --------------- <% if @service.access_controls @types = @service.access_controls.collect{|a| a.value}.join('' '') end %> <label for="access_control_value"><span class = "required">*</ span>Access Control:</label> <%=select_tag ''access_control[]'', options_for_select($types, ''@types''), {:multiple => true, :size => 5, :id => "access_control_value", :...
2007 May 24
1
How do I show the selected values in options_for_select? Not as simple as it sounds.
...y["Athens", "htpasswd", "IP", "None", "Other", "Password", "Shibboleth"] View: % if @service.access_controls @types = @service.access_controls.collect{|a| a.value}.join('' '') end %> <label for="access_control_value"><span class = "required">*</ span>Access Control:</label> <%=select_tag ''access_control[]'', options_for_select($types, @types), {:multiple => true, :size => 5, :id => "access_control_value", :onfocus=>"f...