softcommerce / yii2-knob
此包已被弃用,不再维护。未建议替代包。
jQuery Knob for Yii2。
0.1
2014-06-11 11:36 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2022-11-22 13:41:18 UTC
README
!!! 已停止维护 !!!
Yii2 widget for jQuery Knob 插件 (http://anthonyterrien.com/knob/)
用法
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', ], ] );