2017 © Pedro Peláez
 

yii2-widgets yii2-widgets

Set of additional basic widgets for Yii2 Framework

image

sem-soft/yii2-widgets

Set of additional basic widgets for Yii2 Framework

  • Monday, February 12, 2018
  • by sem
  • Repository
  • 1 Watchers
  • 0 Stars
  • 199 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 9 % Grown

The README.md

Set of additional basic widgets for Yii2 Framework

Install by composer

composer require sem-soft/yii2-widgets, (*1)

Or add this code into require section of your composer.json and then call composer update in console

"sem-soft/yii2-widgets": "*", (*2)

Usage without Model

php <?= sem\widgets\TransliterationInput::widget([ 'name' => 'in', 'targetId' => 'test', ]);?> <?= \yii\helpers\Html::textInput('out', null, [ 'id' => 'test' ]);?> ## Usage with ActiveForm notation php <?= $form->field($model, 'name')->widget(sem\widgets\TransliterationInput::className(), [ 'maxlength' => true, 'targetId' => 'company-code' ]);?> <?= $form->field($model, 'code')->widget(MaskedInput::className(), [ 'id' => 'company-code', 'mask' => '*{2,64}', 'definitions' => [ '*' => [ 'validator' => '[a-z0-9-]', 'cardinality => 1, 'casing' => 'lower' ] ], 'clientOptions' => [ 'autoUnmask'=>true ] ]);?>, (*3)

The Versions

12/02 2018

dev-master

9999999-dev

Set of additional basic widgets for Yii2 Framework

  Sources   Download

BSD-3-Clause BSD 3-Clause

The Requires

  • php >=5.4.0
  • ext-mbstring *
  • ext-ctype *
  • lib-pcre *

 

by Samsonov Vladimir

12/02 2018

1.0.3

1.0.3.0

Set of additional basic widgets for Yii2 Framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • ext-mbstring *
  • ext-ctype *
  • lib-pcre *

 

by Samsonov Vladimir

30/06 2017

1.0.2

1.0.2.0

Set of additional basic widgets for Yii2 Framework

  Sources   Download

BSD 3-Clause

The Requires

  • php >=5.4.0
  • ext-mbstring *
  • ext-ctype *
  • lib-pcre *

 

by Samsonov Vladimir

30/05 2017

1.0.1

1.0.1.0

Set of additional basic widgets for Yii2 Framework

  Sources   Download

BSD 3-Clause

The Requires

  • php >=5.4.0
  • ext-mbstring *
  • ext-ctype *
  • lib-pcre *

 

by Samsonov Vladimir

10/04 2017

1.0.0

1.0.0.0

Set of additional basic widgets for Yii2 Framework

  Sources   Download

BSD 3-Clause

The Requires

  • php >=5.4.0
  • ext-mbstring *
  • ext-ctype *
  • lib-pcre *

 

by Samsonov Vladimir