承接 pzavoli71/yii2-autocomplete-dropdown-widget 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pzavoli71/yii2-autocomplete-dropdown-widget

Composer 安装命令:

composer require pzavoli71/yii2-autocomplete-dropdown-widget

包简介

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item. Derived from k183 autocomplete

README 文档

README

Latest Stable Version Total Downloads License

Dropdown widget with autocomplete jQuery UI and ability to send in form identifier of the selected item.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require pzavoli71/yii2-autocomplete-dropdown-widget ~1.0.0

or add

"pzavoli71/yii2-autocomplete-dropdown-widget": "~1.0.0"

to the require section of your composer.json file.

Widget options

Option Description
(string) source Url to load autocomlete source in JSON-format.
Example: [{"id": id, "label": "some text"}, ... ].
(array) autocompleteOptions JQueryUI Autocomplete widget options.
(string) textValue Initial text-input value.
(boolean) ajaxGlobal "global" property value of ajax request, read more.

Usage

<?= $form->field($model, 'createdBy')->widget('pzavoli71\widgets\AutocompleteDropdown', [
    'source' => '/user/autocomplete-source',
    'textValue' => $model->user->fullName,
]) ?>

License

MIT License

统计信息

  • 总下载量: 18
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-23