dev-master
9999999-devA Yii2 input widget extension for manage lists of input spinner with field text and field numeric.
BSD 3-Clause
The Requires
extension yii2 form widget spin input spin input spin list
A Yii2 input widget extension for manage lists of input spinner with field text and field numeric.
, (*1)
A Yii2 input widget extension for manage lists of input spinner with field text and field numeric., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
composer require --prefer-dist armrck/yii2-touchspin "*"
or add, (*5)
"armrck/yii2-touchspin": "*"
to the require section of your composer.json
file., (*6)
Once the extension is installed, simply use it in your code by :, (*7)
<?= TouchSpin::widget([ 'model' => $model, 'attribute1' => 'item', // Attribute 1 in your Model 'attribute2' => 'item_qtd_aluno', // Attribute 2 in your Model 'items' => ArrayHelper::toArray($model->alunoExpectativaItens) // Array ]); ?>
A Yii2 input widget extension for manage lists of input spinner with field text and field numeric.
BSD 3-Clause
extension yii2 form widget spin input spin input spin list