Sha256: 826803e871533fd2b7f9b7d450e37fa8ff809bfb51d1e7b593eb4f9103359824

Contents?: true

Size: 314 Bytes

Versions: 5

Compression:

Stored size: 314 Bytes

Contents

<form>
<% form_remote_tag :url => {:controller => 'option_types', :action => 'select', :id => @product},
                   :update => 'result', 
                   :complete => visual_effect(:highlight, 'result') do %>
	<%= text_field :product, 'name' %>
	<%= submit_tag 'Select Variation(s)' %>
<% end %>
</form>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
railscart-0.0.3 starter_app/vendor/plugins/railscart/app/views/admin/option_types/test.rhtml
railscart-0.0.4 starter_app/vendor/plugins/railscart/app/views/admin/option_types/test.rhtml
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/admin/option_types/test.rhtml
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/admin/option_types/test.rhtml
spree-0.0.7 starter-app/vendor/plugins/spree/app/views/admin/option_types/test.rhtml