nsept/yii2-listinput

A Yii2 input widget extension for manage lists.

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

v1.0.2 2016-06-30 10:11 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:23:34 UTC


README

example

A Yii2 input widget extension for manage lists.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist nsept/yii2-listinput "*"

or add

"nsept/yii2-listinput": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= nsept\listinput\ListInputWidget::widget([
    'form'      => $form,
    'model'     => $model,
    'attribute' => 'list'
]) ?>