Helpers for the script.aculo.us slider control.
Repository: http://dev.rubyonrails.org/svn/rails/plugins/scriptaculous_slider/
License: Rails' (MIT)
Category: View Extensions
hey there... i patched as seen on google... and here is a little snippet:
<%= slider_stylesheet %> <%= slider_field :object, :method, :range => 1..10 %> <div id="slider"> <div id="handle"></div> </div> <%= slider_element 'slider', :range => (0..100), :slider_value => 50 %>
hopes this will help!
does anyone knows a bit of this plugin might be better introduced in the next version of Scriptaculous?
Solution is on google, but there is still no usage documentation for the three options
Possible problem with 2.0, init.rb failing line 2, wrong number of arguments 1 for 0 on server load
hey there... i patched as seen on google... and here is a little snippet:
hopes this will help!
does anyone knows a bit of this plugin might be better introduced in the next version of Scriptaculous?
Solution is on google, but there is still no usage documentation for the three options
Possible problem with 2.0, init.rb failing line 2, wrong number of arguments 1 for 0 on server load