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
- Host: GitHub
- URL: https://github.com/trntv/yii2-array-input
- Owner: trntv
- License: mit
- Archived: true
- Created: 2014-09-07T20:04:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T10:02:14.000Z (almost 12 years ago)
- Last Synced: 2025-07-01T05:44:00.012Z (about 1 year ago)
- Language: PHP
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
]
)
```