You are here

README.txt in SliderField 7

Same filename and directory in other branches
  1. 7.2 README.txt
SliderField
===========

Description
============
The sliderfield module adds a jQuery.UI slider widget to Drupal number fields.
This widget can be used by any number field including decimal, float, or
integer. Sliders require a minimum and maximum value so these values are
required when defining the field once you've selected the slider widget.

The sliderfield module currently provides two widgets:

## Number Slider
The basic Number Slider widget turns a standard Number field into a jQuery UI
slider. It uses the minimum and maximum values as defined on the number field
for the slider range.

## Number Slider (adjustable - experimental)
In some situations it may be desirable to allow the minimum and maximum values
of the slider to be adjusted by the user. The adjustable slider widget
accommodates this by allowing you to specify other number fields from the same
entity to be used to determine the range of the slider. As the value in the
designated field is adjusted, the slider range adjusts accordingly in real time.

The original use-case for this was to build a fundraising goal tracker. The
adjustable widget allowed user's to set their fundraising target in one field
and use they use the slider on another field to say how much they have already
raised in relation to their fundraising target.


Installation
============
To install download the module to your sites/all/modules folder and enabled
SliderField in the Modules page within drupal.


Contributors
============
- Jonathan Rowny (jrowny), www.jonathanrowny.com
- Tom Kirkpatrick (mrfelton), www.systemseed.com

File

README.txt
View source
  1. SliderField
  2. ===========
  3. Description
  4. ============
  5. The sliderfield module adds a jQuery.UI slider widget to Drupal number fields.
  6. This widget can be used by any number field including decimal, float, or
  7. integer. Sliders require a minimum and maximum value so these values are
  8. required when defining the field once you've selected the slider widget.
  9. The sliderfield module currently provides two widgets:
  10. ## Number Slider
  11. The basic Number Slider widget turns a standard Number field into a jQuery UI
  12. slider. It uses the minimum and maximum values as defined on the number field
  13. for the slider range.
  14. ## Number Slider (adjustable - experimental)
  15. In some situations it may be desirable to allow the minimum and maximum values
  16. of the slider to be adjusted by the user. The adjustable slider widget
  17. accommodates this by allowing you to specify other number fields from the same
  18. entity to be used to determine the range of the slider. As the value in the
  19. designated field is adjusted, the slider range adjusts accordingly in real time.
  20. The original use-case for this was to build a fundraising goal tracker. The
  21. adjustable widget allowed user's to set their fundraising target in one field
  22. and use they use the slider on another field to say how much they have already
  23. raised in relation to their fundraising target.
  24. Installation
  25. ============
  26. To install download the module to your sites/all/modules folder and enabled
  27. SliderField in the Modules page within drupal.
  28. Contributors
  29. ============
  30. - Jonathan Rowny (jrowny), www.jonathanrowny.com
  31. - Tom Kirkpatrick (mrfelton), www.systemseed.com