search for: user_select

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

2014 Feb 14
4
Handling different architectures in virt-builder
...e index since it needs to preserve compatibility with former versions? Maybe a solution could be: a) adding arch=.. keys in entries b) rename (or just copy, to avoid breaking older virt-builders) keys to $distro-$version-$arch c) to not break compatibility with user input virt-builder joins $user_selection + $arch = $user_selection-$arch, and looks in the index d) default $arch to `uname -m/p`, if --arch is not specified Or maybe an even idea could be to give the index file a suffix with the architecture name... although that could break users specifying an absolute URL for an own index of d...
2006 Aug 04
2
observe_field for radio_button
Hi, I need to observe a set of radio buttons but am having great trouble. My observe_field looks like this: <%= observe_field :user_select, :frequency => 0, :url => { :action => :admin_control } %> Now it works fine if I use a text_field like this: <%= text_field :user, :select, "size" => 20, "maxlength" => 16 %> But I want a radio button, and what I have is this: <%= radio_button(&q...