chofoteddy/yii2-bootstrap-wizard
Composer 安装命令:
composer require chofoteddy/yii2-bootstrap-wizard
包简介
Wizard form based on twitter bootstrap plugin (@VinceG)
README 文档
README
Wizard form based on twitter bootstrap plugin (@VinceG)
Install via Composer
The first step is to install the library manager for bower
composer.phar global require "fxp/composer-asset-plugin:~1.0.0"
We now proceed to install the widget
composer.phar require chofoteddy/yii2-bootstrap-wizard "*"
Usage
<?php use chofoteddy\wizard\Wizard; echo Wizard::widget([ 'items' => [ // wizard step [ 'label' => 'Collapsible Group Item #1', 'content' => 'Anim pariatur cliche...', ], // another wizard step [ 'label' => 'Collapsible Group Item #1', 'content' => 'Anim pariatur cliche...', 'options' => [...], ], ] ]); ?>
Documentation
Wizard renders a wizard bootstrap javascript component.
Structure
| Clase | chofoteddy\wizard\Wizard |
|---|---|
| Inheritance | chofoteddy\wizard\Wizard » yii\bootstrap\Widget » yii\base\Widget » yii\base\Component » yii\base\Object |
Public properties
| Property | Type | Description |
|---|---|---|
| $items | array | list of groups in the wizard widget. |
| $itemOptions | array | list of HTML attributes for the item container tags. |
| $labelOptions | array | list of HTML attributes for the item container tags. |
| $linkOptions | array | list of HTML attributes for the tab header link tags. |
| $headerOptions | array | list of HTML attributes for the header container tags. |
| $navOptions | array | options to get passed to the \yii\bootstrap\Nav widget. |
| $encodeLabels | boolean | whether the labels for header items should be HTML-encoded. |
Methods
| Method | Description |
|---|---|
| init() | Initializes the widget. |
| run() | Executes the widget. |
| renderItems() | Renders wizard items as specified on [[items]]. |
统计信息
- 总下载量: 869
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-19