2017 © Pedro Peláez
 

yii2-extension yii2-control-widget

The control widget for Yii framework backend.

image

vova07/yii2-control-widget

The control widget for Yii framework backend.

  • Tuesday, May 27, 2014
  • by vova07
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,136 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Yii2 control widget.

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require --prefer-dist vova07/yii2-control-widget "*"

or add, (*3)

"vova07/yii2-control-widget": "*"

to the require section of your composer.json file., (*4)

Usage

Once the extension is installed, simply use it in your code by :, (*5)

echo \vova07\control\Widget::widget([
    'title' => 'Create new record',
    'items' => [
        'cancel' => [
            'visible' => true
        ]
    ]
]);

The Versions

27/05 2014

dev-master

9999999-dev

The control widget for Yii framework backend.

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 yii 2 widget control

27/05 2014

0.1.0

0.1.0.0

The control widget for Yii framework backend.

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 yii 2 widget control