2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-wizard

Wizard form based on twitter bootstrap plugin (@VinceG)

image

chofoteddy/yii2-bootstrap-wizard

Wizard form based on twitter bootstrap plugin (@VinceG)

  • Thursday, July 16, 2015
  • by Chofoteddy
  • Repository
  • 4 Watchers
  • 8 Stars
  • 427 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 2 Versions
  • 13 % Grown

The README.md

yii2-bootstrap-wizard

Wizard form based on twitter bootstrap plugin (@VinceG), (*1)

Install via Composer

The first step is to install the library manager for bower, (*2)

composer.phar global require "fxp/composer-asset-plugin:~1.0.0"

We now proceed to install the widget, (*3)

composer.phar require chofoteddy/yii2-bootstrap-wizard "*"

Usage

 [
        // 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., (*4)

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]].

The Versions

16/07 2015

dev-master

9999999-dev https://github.com/Chofoteddy/yii2-bootstrap-wizard

Wizard form based on twitter bootstrap plugin (@VinceG)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher
by Avatar Faryshta

yii2 bootstrap wizard yii2-extension

04/07 2015

dev-dev

dev-dev https://github.com/Chofoteddy/yii2-bootstrap-wizard

Wizard form based on twitter bootstrap plugin (@VinceG)

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • bower-asset/twitter-bootstrap-wizard *

 

by Christopher

yii2 bootstrap wizard yii2-extension