rails / scriptaculous_slider

Scriptaculous slider plugin

This URL has Read+Write access

scriptaculous_slider / README
100644 32 lines (20 sloc) 0.941 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
script.aculo.us Slider
======================
 
This plugin provides helpers for the script.aculo.us slider control.
 
Installation:
 
You need to run:
 
rake scriptaculous_slider_install
 
to install the necessary slider.js file in your public/javascripts folder.
 
Usage:
 
Example:
  <%= slider_stylesheet %>
  <%= slider_field :object, :method, :range => 1..10 %>
  
slider_field uses a hidden field internally that gets set automatically
when using the Slider.
 
slider_stylesheet builds a stylesheet for the slider (examine the output and
copy/paste to your own CSS files).
 
To see the full functionality and possibilities of the slider control,
have a look a the functional and unit tests provided in the script.aculo.us
SVN trunk, see http://wiki.script.aculo.us/scriptaculous/show/Versions.
 
For discussion of this plugin use the rails-spinoffs mailing list!
  
Copyright (c) 2005 Marty Haught, Thomas Fuchs, released under the MIT license