Posted by Spleshka on January 7, 2012 at 1:13pm
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
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Reported installs: 20 sites currently report using this module. View usage statistics.
- Last modified: January 8, 2012