thank you for this great work.
i don't see any integration with range field which stores true integer value for range value. it would be great to see this integration with this two great module
thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Alan D.’s picture

FileSize
4.78 KB

I wonder if the scope of this module should handle ranges? If someone wants to run with this, here is a clone of cores number module that handles ranges only.

i.e. The Range module is very specific use-case that personally I never use, thus this clone which could be used as a starting point for something more generic.

Alan D.’s picture

I should have read down the range project page other than just reading the D6 description / Image

D7 version
Overview
This module is inspired by core Number module and inherits it's features. It provides numeric range field.
Range field allows to save two numeric (integer, decimal or float) values (from and to), which represents some kind of range (for example: age range).

sinasalek’s picture

Title: range field support » Integration with number_range module

Correcting the title

mariancalinro’s picture

Status: Active » Needs review
FileSize
17.09 KB

Here's an implementation of a range widget for the Range module.

TelFiRE’s picture

Did this ever get reviewed? I'd love to have the same UI for my range field.

mariancalinro’s picture

@Jt Hollister: you could apply the patch, and review it. It would make it more likely to get committed :)

newmediaist’s picture

I just applied the patch and played with it a little - looks like the "$settings['hide_inputs']" is not working as intended - can't seem to hide the text input fields for slider minimum / maximum values without going into the display properties for the range field and turning them off - that might be the desired workflow though