NAMESPACE: Bootstrap/Components/ClientComponents

Components/ClientComponents/RangeSlider.php

public function getComponentRangeSlider($parameters,$styles)

parameters

$parameters
Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 301

Deprecated: Function create_function() is deprecated in /var/www/docs.appzio.com/public/wp-content/plugins/wp-gfm/markdown.php on line 302
      $array = array(
      'variable' => 'variable', // !!! REQUIRED
      'min_value' => 1, // !!! REQUIRED
      'max_value' => 10, // !!! REQUIRED
      'step' => 1, // !!! REQUIRED
      'left_track_color' => '#FFFFFF',  // shown
      'right_track_color'   => '#FFFFFF', // this is a compound of item id & action of swipe left
      'thumb_color' => '#000000', // this must be an object or an array of objects
      'thumb_image' => 'imagefilename.png', //
      'track_height' => '40',
      );
      
$styles param array $styles please see the link for more information about parameters

variable

$parameters
$styles