Category Archives: Uncategorized


<% remote_function :url => {:action => 'show_something'} %>

<% collection_select(:widget, :categories_id, Category.find(:all, :o rder => "name"), :id, :name, {:prompt => "-Select a category"}, :id => 'id_selected') %>

<% observe_field 'id_selected', :url => {:action => 'show_something'}, :with => 'id' %>