_actives.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. <% if actives.blank? %>
  2.   <%= render :partial => 'target' %>
  3. <% else %>
  4.  <%= render :partial => 'active', :collection => actives %>
  5. <% end %>
  6.   <%= sortable_element "active", :url => {:action => 'set_active'},
  7.      :tag => 'div',
  8.      :handle => 'handle', :containment => ['active','available_box'],
  9.      :loading => "new Element.show('update_spinner')" %>