2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-panel-widget

Yii2 Bootstrap Panel

image

amass/yii2-bootstrap-panel-widget

Yii2 Bootstrap Panel

  • Saturday, July 4, 2015
  • by RexGalicie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 436 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Yii2 Bootstrap Panel

Yii2 Bootstrap Panel, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist amass/yii2-bootstrap-panel-widget "dev-master"

or add, (*4)

"amass/yii2-bootstrap-panel-widget": "dev-master"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

```php = \amass\panel\Panel::widget([ 'title' => true, // show header or false not showing 'headerTitle' => 'title', // Title text can use tag 'content' => '' // some content in body 'footer' => false, // show footer or false not showing 'footerTitle' => 'text', // Title for footer 'type' => true, // get style for panel \amass\panel::TYPE_DEFAULT default ]); ?>, (*7)

Or can use begin end widget, (*8)

= \amass\panel\Panel::begin([ 'title' => true, // show header or false not showing 'headerTitle' => 'title', // Title text can use tag 'content' => '' // some content in body 'footer' => false, // show footer or false not showing 'footerTitle' => 'text', // Title for footer 'type' => true, // get style for panel \amass\panel::TYPE_DEFAULT default ]); ?>

... ... ..., (*9)

= \amass\panel\Panel::end(); ?>

The Versions

04/07 2015

dev-master

9999999-dev

Yii2 Bootstrap Panel

  Sources   Download

BSD-3-Clause

The Requires

 

by Igor Moskal

extension yii2 bootstrap panel

04/07 2015

v1.0.0

1.0.0.0

Yii2 Bootstrap Panel

  Sources   Download

BSD-3-Clause

The Requires

 

by Igor Moskal

extension yii2 bootstrap panel