* * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ /** * @var yii\web\View * @var $model \Da\User\Model\Permission * @var $unassignedItems string[] */ use kartik\select2\Select2; use yii\widgets\ActiveForm; use yii\helpers\Html; ?> false, 'enableAjaxValidation' => true, ]) ?> field($model, 'name') ?> field($model, 'description') ?> field($model, 'rule') ?> field($model, 'children')->widget(Select2::className(), [ 'data' => $unassignedItems, 'options' => [ 'id' => 'children', 'multiple' => true, ], ]) ?> 'btn btn-success btn-block']) ?>