23/07
2016
Nicer ActiveFields
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require --prefer-source "c006/yii2-activeform" "dev-master"
, (*3)
or add, (*4)
"c006/c006/yii2-activeform": "dev-master"
, (*5)
to the require section of your composer.json
file., (*6)
Demo: http://demo.c006.us, (*7)
Toggle Switch <?= $form->field($model, 'active')->toggle() ?>
, (*8)
Hidden Field <?= $form->field($model, 'hidden_data')->hide() ?>
(Will not show label), (*9)
Please provide any helpful feedback or requests., (*10)
Thanks., (*11)