Skip to content

NielsenDigital/slider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symphony Slider Field

Author: Twisted Interactive
Website: http://www.twisted.nl

Contributors

DesignerMonkey, for sorting out the filtering functions


Description

This field adds a slider with the following functionality:

  • Define a minimum and a maximum range
  • Allow to select a range (from - to)
  • Incremental values

Filtering

Users can filter using the 'to' range operator as defined in the Symphony docs. They could use '{$param-1} to {$param-2}', users can filter using '1-10' or similar, using the '-' between numbers. Another way of filtering is by using 'greater than' or 'smaller than' statements. For example: 'greater than 40'. Combining is als possible: 'greater than 40 + smaller than 60'.

Also, users can just enter one number either via a parameter, or directly. Fallback paramaters work as default '{$param:10}' for example.

Results are returned in the following ways:

  • If the single entered number is within the defined range (if range has been selected) then results will be returned.
  • If the single entered number is equal to the defined value (if range has not been selected) then results will be returned.
  • If the range entered is within the defined range, results will be returned.
  • If the defined range is within the range entered, results will be returned.

About

slider field for Symphony CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.3%
  • JavaScript 6.9%
  • CSS 1.8%