Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download jslider_field-7.x-1.0-alpha3.tar.gztar.gz 16.1 KB
MD5: 4112769a28e71fe05e660d24283d389c
SHA-1: c6926c8d7c67177e485a40367c8da334710a2caf
SHA-256: a8766d98fc944b5c6129a442bcfb739ec54445a065fd235fab14c8deb0dc3d3f
Download jslider_field-7.x-1.0-alpha3.zipzip 20.07 KB
MD5: 6ed92ef95467b2da4614ab6fee70ba99
SHA-1: 8c3490e9f21135c47ff1e6e25ab88ca51e72634d
SHA-256: 71503b98ad737fbcdf5e91ee84d263741dd0afb04a8807653c4d3ba58b98a26f

Release notes

* WARNING : There are two backward incompatible changes in this release.
- Slider now returns value => x as as value instead of slider => array(value => x)
- #value2 is removed and now for range sliders you should pass #default_value => array('value1' => 1, 'value2' => 50) for non ranged slider you can simply pass the number (no array needed)
* Invalid value when used as field widget fixed
* slider now return [value] instead of [slider][value] when submitted
* can be rendered in page array (used to be only render able in form array)
* can show two titles now , one at the beginning and on at the end #title and #title2
* built in range validation can be disabled by setting #validate_range => FALSE
* data now properly stores in field when used as field widget
* the problem with default value fixed
* incorrect value when widget was shown in edit mode fixed
* #1934432: Error Notice: Undefined index: value in number_field_validate() (line 137
* #1934438: would be great to allow showing the label in the creating form and allow configuring the field to show it inline

Created by: sinasalek
Created on: 6 Mar 2013 at 07:38 UTC
Last updated: 6 Mar 2013 at 07:47 UTC
New features
Bug fixes

Other releases