定制 loveorigami/yii2-bootstrap-toggle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

loveorigami/yii2-bootstrap-toggle

最新稳定版本:1.1

Composer 安装命令:

composer require loveorigami/yii2-bootstrap-toggle

包简介

Yii2 bootstrap-toggle widget

README 文档

README

This extension provides the Bootstrap-toggle integration for the Yii2 framework.

Installation

This extension requires Bootstrap-toggle

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist loveorigami/yii2-bootstrap-toggle "*"

or add

"loveorigami/yii2-bootstrap-toggle": "*"

to the require section of your composer.json.

General Usage

use lo\widgets\Toggle;

Toggle::widget(
    [
        'name' => 'status', // input name. Either 'name', or 'model' and 'attribute' properties must be specified.
        'checked' => true,
        'options' => [], // checkbox options. More data html options [see here](http://www.bootstraptoggle.com)
    ]
)

or with active form as

    <?= $form->field($model, 'status')->widget(Toggle::className(),
		[
			'options' =>[
				'id' => 'my-id',
			]
		]
	); ?>

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-08-13