An open API service indexing awesome lists of open source software.

https://github.com/trntv/yii2-array-input

Yii2 array input widget
https://github.com/trntv/yii2-array-input

Last synced: 6 months ago
JSON representation

Yii2 array input widget

Awesome Lists containing this project

README

          

```
\trntv\arrayinput\ArrayInput::widget([
'name'=>'input',
'value'=>'test1',

//'model'=>$model,
//'attribute'=>'videos'
])
```
```
$form->field($model, 'videos')->widget(\trntv\arrayinput\ArrayInput::className(),
[
'name'=>'input',
'value'=>'test1',

//'model'=>$model,
//'attribute'=>'videos'
]
)
```