承接 pavlm/yii2-model-selector 相关项目开发

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

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

pavlm/yii2-model-selector

最新稳定版本:v0.1.1

Composer 安装命令:

composer require pavlm/yii2-model-selector

包简介

DB bounded item selector widget based on select2. It has server-side items search and paging

README 文档

README

Yii2 widget to replace native html select in case of a long option lists.
Based on select2 jquery plugin.
Bounded to ActiveRecord models.
Supports server side search and paging.
Contains select2-bootstrap.less (t0m/select2-bootstrap-css) for using with custom twitter bootstrap library.
Bundled with two prebuilt stylesheets for standard bootstrap and AdminLTE theme.

model-selector preview

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require pavlm/yii2-model-selector:dev-master

or add

"pavlm/yii2-model-selector": "dev-master"

to the require section of your composer.json file.

Usage

Most simple case:

echo ModelSelector::widget([
    'name' => 'field',
    'query' => Film::find(),
    'itemId' => 'film_id',
    'itemLabel' => 'title',
]);

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: CSS

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-06-07