NAMESPACE: Bootstrap/Components/ClientComponents

Components/ClientComponents/Progress.php

public function getComponentProgress($fill,$parameters,$styles)

parameters

$fill this is string that indicates how far its filled (0.1 = 10%, 1 = 100%)
$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(
      'text_content' => 'text string',  // shown
      'progress_image'   => 'image_file_name.png', // this is a compound of item id & action of swipe left
      'track_image' => 'image_file_name.png', // this must be an object or an array of objects
      'track_color' => '#FFFFFF', //
      'progress_color' => '#000000',
      'animate' => '1' // 0
      );
      
$styles param array $styles please see the link for more information about parameters

variable

$fill
$parameters
$styles
public function getComponentProgressRing($fill,$parameters,$styles)

parameters

$fill this is string that indicates how far its filled (0.1 = 10%, 1 = 100%)
$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(
      'progress_color' => 'text string',  // shown
      'progress_color2'   => 'image_file_name.png', // this is a compound of item id & action of swipe left
      'track_color' => 'image_file_name.png', // this must be an object or an array of objects
      'track_height' => '#FFFFFF', //
      'animation_duration' => '#000000',
      );
      
$styles param array $styles please see the link for more information about parameters

variable

$fill
$parameters
$styles