jSlider Forms API screeshot

Development of this module is ceased in favor of SliderField, version 2 of sliderfield is a port of this module plus several more features. all users of this module can easily migrate to sliderfield. Please follow the instruction from README.txt

Module extends Drupal Forms API by adding new element transfer_slider to it. It allows to add two digital text fields that provides jQuery UI slider range functionality.

Usage

Just add new form element with transfer_slider type:

$form['slider'] = array(
  '#type' => 'transfer_slider',
  '#title' => t('Slider'),
  '#left_value' => 0,
  '#right_value' => 200,
  '#left' => t('Left'),
  '#right' => t('Right'),
);

Dependencies

6.x branch depends on jQuery UI

Developers

Initial development: Roman Grachev
Futher development: Maslouski Yauheni

Supporting organizations: 
Support

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution No further development
    No longer developed by its maintainers.
  • chart icon23 sites report using this module
  • Created by Spleshka on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    Look for the shield icon below.

Releases