Download the PHP package eelke.net/float-range without Composer
On this page you can find all versions of the php package eelke.net/float-range. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eelke.net/float-range
More information about eelke.net/float-range
Files in eelke.net/float-range
Download eelke.net/float-range
More information about eelke.net/float-range
Files in eelke.net/float-range
Vendor eelke.net
Package float-range
Short Description Range slider Inputfield for ProcessWire, with precision, step values & optional manual override
License MIT
Homepage https://github.com/eelke/InputfieldFloatRange
Package float-range
Short Description Range slider Inputfield for ProcessWire, with precision, step values & optional manual override
License MIT
Homepage https://github.com/eelke/InputfieldFloatRange
Keywords moduleprocesswire
Please rate this library. Is it a good library?
Informations about the package float-range
Float (Range) InputField
What is it?
The missing range slider Inputfield for Processwire. See also the Processwire Forum thread and the Modules directory listing.
What does it do?
This module extends InputfieldFloat and allows you to use HTML5 range sliders for number fields in your templates. It includes a visible and editable value field, to override/tweak the value if required.
Features
- Min/max values
- Precision (number of decimals)
- Optional step value (Read more)
- Optional manual override of the selected value (will still adhere to the rules above)
- Configurable rounding of manually entered values (floor, round, ceil, disable)
Usage
- Clone / zip repo, or run
composer require eelke.net/float-range
in your PW root - Install FieldtypeFloatRange, this automatically installs the Inputfield
- Create new field of type
Float (range)
or convert an existingFloat
,Integer
orText
field. - To render the field's value simply echo
$page->field
Demo
A field with Min=0, Max=1, Step=0.2, Precision=2:
Field with settings Min=0, Max=200, Step=0.25, Precision=2
Todo
- Make the display-field's size configurable (will use the Input Size field setting)
- Hopefully become redundant
All versions of float-range with dependencies
PHP Build Version
Package Version
The package eelke.net/float-range contains the following files
Loading the files please wait ....