flywi/yii2-multiselect

yii2 widget for two sides select

1.0.2 2019-02-22 06:21 UTC

This package is auto-updated.

Last update: 2024-06-22 17:52:16 UTC


README

yii2-multiselect

example

安装

推荐使用

$ php composer.phar require flywi/yii2-multiselect

使用

ActiveForm中使用:

...
echo $form->field($model, 'attributeId')->widget(\flywi\select\MultiSelectWidget::class, [
    'data' => [
      // select options list(key => value)
    ],
    'clientOptions' => [
    
    ],
]);
...

其他

clientOptions 配置参考