2017 © Pedro Peláez
 

yii2-extension yii2-knob

jQuery Knob for Yii2.

image

softcommerce/yii2-knob

jQuery Knob for Yii2.

  • Monday, February 19, 2018
  • by exec
  • Repository
  • 2 Watchers
  • 2 Stars
  • 3,953 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 19 % Grown

The README.md

yii2-knob

!!! Not maintained anymore !!!

Yii2 widget for jQuery Knob plugin (http://anthonyterrien.com/knob/), (*1)

Usage:, (*2)

echo softcommerce\knob\Knob::widget([
        'name' => 'animated_knob_with_icon',
        'value' => 62,
        'icon' => '<span class="glyphicon glyphicon-flash"></span>',
        'options' => [
            'data-min' => '0',
            'data-max' => '100',
            'data-width' => '100',
            'data-height' => '100',
        ],
        'knobOptions' => [
            'readOnly' => true,
            'thickness' => '.25',
            'dynamicDraw' => true,
            'fgColor' => '#9fc569',
        ],
    ]
);

The Versions

19/02 2018

dev-master

9999999-dev

jQuery Knob for Yii2.

  Sources   Download

GPL v2

The Requires

 

extension jquery yii widget knob

11/06 2014

0.1

0.1.0.0

jQuery Knob for Yii2.

  Sources   Download

GPL v2

The Requires

 

extension jquery yii widget knob