CHANGELOG.txt |
CHANGELOG.txt |
|
10/29/2011 - Sliderfield adjustable widget.
08/03/2011 - 7.x-1.x - Initial creation. |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
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… |
sliderfield.info |
sliderfield.info |
|
name = Slider Field
description = Provides a jQueryUI slider widget for number fields.
dependencies[] = number
package = Fields
core = 7.x |
sliderfield.module |
sliderfield.module |
|
Defines a Slider widget for use with decimal, number, and float fields. |