2017 © Pedro Peláez
 

yii2-extension panel

Yii2 panel widget

image

kak/panel

Yii2 panel widget

  • Friday, December 18, 2015
  • by sanchezzzhak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 562 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

kak-panel

this extension is for generating html panel via boostrap 3x+ for Yii2 framework, (*1)

Install

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

Either run, (*3)

php composer.phar require kak/panel "^1.0"

or add, (*4)

"kak/panel": "^1.0"

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

Usage


  ($model->isNewRecord ? 'Create' : ' Update'), // title panel
    'slimScroll' => false, // enable slim scroll plugin (default false)
    'slimOptions' => [], // slim scroll options for data-attr
    'options' => [
        'class' => Panel::CSS_CLASS_WARNING
    ], // attr tag panel
    'heading' => true,  // show/hide header title (default true)
    'headerColumn' => 'string content', // additional column on the right position for header
    'headerIcon' => 'string classes or html tag content',  
    'headerTag' => 'h4',
    'header' => 'header string',
    'footer' => 'footer string',
    'bodyOptions' => [], // the HTML attributes for the body-panel tag.
    'templateHeader' => '
{title} {header}
{columns}
', ])?>

Or, (*6)


= Panel::widget([ 'title' => 'title panel', 'content' => 'html content' ])?>

The Versions

18/12 2015

dev-master

9999999-dev https://github.com/sanchezzzhak/kak-panel

Yii2 panel widget

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • bower-asset/font-awesome 4.*@stable
  • bower-asset/slimscroll >=1.3.3

 

by Tutik Alexsandr

yii2 widget wysiwyg panel bootstrap panel for yii2

18/12 2015

v1.0.0

1.0.0.0 https://github.com/sanchezzzhak/kak-panel

Yii2 panel widget

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • bower-asset/font-awesome 4.*@stable
  • bower-asset/slimscroll >=1.3.3

 

by Tutik Alexsandr

yii2 widget wysiwyg panel bootstrap panel for yii2