Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

trntv/yii2-array-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

\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'
    ]
)

About

Yii2 array input widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published